[]
Abstract base class for toggle buttons in C1RichTextBoxToolbar.
public abstract class C1ToggleItemTool<T> : C1ToolbarToggleItem, IUpdateableTool
| Name | Description |
|---|---|
| T | The type of values toggled by the button. |
| Name | Description |
|---|---|
| C1ToggleItemTool() | Initializes a new instance of a C1ToggleItemTool<T>. |
| Name | Description |
|---|---|
| RichTextBoxProperty | Identifies the RichTextBox dependency property. |
| Name | Description |
|---|---|
| CheckedValue | |
| IsAlignTool | |
| RichTextBox | Gets or sets the C1RichTextBox this tool edits. |
| UnCheckedValue |
| Name | Description |
|---|---|
| GetValue(C1TextRange) | |
| OnClick() | |
| SetValue(C1TextRange, T) | |
| Update() | Method called when the tool should update its state. |