[]
Represents a button with icon for TreeRow.
public class ExpandButtonElement : CheckButtonElement, ISupportUia, IToolTipElement, IUiaButton, IUiaInvokeProvider
| Name | Description |
|---|---|
| ExpandButtonElement() | Initializes a new instance of the ExpandButtonElement class. |
| Name | Description |
|---|---|
| CollapsedIcon | Gets the C1Icon for the collapsed state of the row. |
| ExpandedIcon | Gets the C1Icon for the expanded state of the row. |
| IsEnabled | Gets whether this element and all its ancestors are enabled. |
| Name | Description |
|---|---|
| FinalizeUI() | Finalizes the user interface. This method is called when element is removed from UI. |
| OnCheckedChanged() | Called when check box state is changed. |