[]
Simplified toolbar button that makes text bold in a C1RichTextBox.
public class C1SimplifiedBoldTool : C1ToggleItemTool<FontWeight?>, IUpdateableTool
| Name | Description |
|---|---|
| C1SimplifiedBoldTool() | Initializes a new instance of a C1SimplifiedBoldTool. |
| Name | Description |
|---|---|
| CheckedValue | |
| UnCheckedValue |
| Name | Description |
|---|---|
| GetValue(C1TextRange) | |
| SetValue(C1TextRange, FontWeight?) | |
| Update() | Method called when the tool should update its state. |