[]
        
(Showing Draft Content)

C1.Framework.TreeRow

TreeRow Class

Represents a tree panel row element.

Inheritance
TreeRow
Implements
Namespace: C1.Framework
Assembly: C1.Win.8.dll
Syntax
public class TreeRow : BasePanel, ISupportUia

Constructors

Name Description
TreeRow()

Initializes a new instance of the TreeRow class.

Properties

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.

Methods

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.