[]
Represents a button with checkbox for TreeRow.
public class CheckBoxButtonElement : CheckButtonElement, ISupportUia, IToolTipElement, IUiaButton, IUiaInvokeProvider
| Name | Description |
|---|---|
| CheckBoxButtonElement() | Initializes a new instance of the CheckBoxButtonElement class. |
| Name | Description |
|---|---|
| CheckIcon | Gets the C1Icon for the checked state of the checkBox. |
| IndeterminateIcon | Gets the C1Icon for the indeterminate state of the checkBox. |
| ShowIndeterminate | Gets or sets a value determines whether to use Indeterminate icon or not. |
| UncheckedIcon | Gets the C1Icon for the unchecked state of the checkBox. |
| Name | Description |
|---|---|
| FinalizeUI() | Finalizes the user interface. This method is called when element is removed from UI. |
| GetIconElement() | Returns reference to the TextElement used to display text. |
| OnCheckedChanged() | Called when check box state is changed. |
| Name | Description |
|---|---|
| CheckedChanged | Event raised when checked/unchecked |