[]
Represents a tree panel row element.
public class TreeRow : BasePanel, ISupportUia
Name | Description |
---|---|
TreeRow() | Initializes a new instance of the TreeRow class. |
Name | Description |
---|---|
CheckBox | Gets the checkbox for this TreeRow. |
ExpandButton | Gets the button to change the expanded state for this TreeRow. |
Expanded | Gets or sets the expanded state value for this TreeRow. |
Level | Gets the level of this TreeRow. |
ParentRow | Gets the parent row of this TreeRow. |
Rows | Gets the collection of child rows for this TreeRow. |
TreePanel | Gets the parent tree panel of this TreeRow. |
Name | Description |
---|---|
FinalizeUI() | Finalizes the user interface. This method is called when element is removed from UI. |
GetCheckBoxElement() | Returns a checkbox instance for CheckBox property. |
GetExpandButtonElement() | Returns a button instance for ExpandButton property. |
HitTest(Point) | Returns the element at a given point. |
Render(Graphics, Rectangle) | Renders the element into a given rectangle. |