[]
Abstract base class for combo tools in a C1RichTextBoxToolbar.
public abstract class C1ComboTool<T> : C1ComboBox, IUpdateableTool
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| C1ComboTool() | Initializes a new instance of a C1ComboTool<T>. |
| Name | Description |
|---|---|
| RichTextBoxProperty | Identifies the RichTextBox dependency property. |
| Name | Description |
|---|---|
| RichTextBox | Gets or sets the C1RichTextBox this tool edits. |
| Name | Description |
|---|---|
| GetValue(C1TextRange) | |
| OnEditCompleted() | |
| SelectValue(T) | |
| SetValue(C1TextRange, T) | |
| Update() | Method called when the tool should update its state. |