ApplicationBar toggle button that makes text bold in a C1RichTextBox.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox.ApplicationBar (in C1.Phone.RichTextBox.ApplicationBar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class C1BoldTool : C1ApplicationBarToggleButton<Nullable<FontWeight>>
Visual Basic
Public Class C1BoldTool _
	Inherits C1ApplicationBarToggleButton(Of Nullable(Of FontWeight))
XAML Object Element Usage
<C1BoldTool .../>

Inheritance Hierarchy

System..::..Object
  ApplicationBarIconButton
    C1.Phone.RichTextBox..::..C1ApplicationBarToggleButton<(Of <(<'Nullable<(Of <(<'FontWeight>)>)>>)>)>
      C1.Phone.RichTextBox..::..C1BoldTool

See Also