|
Property name |
Brief description |
|
Bold |
The Bold property determines whether element text is displayed in a bond font. |
|
Checked |
The Checked property determines whether the selection is set for the element. |
|
CheckState |
The CheckState property determines the state of the tree element selection. |
|
ColumnText |
The ColumnText property determines text of the specified column for the current element. |
|
Cut |
The Cut property determines whether the element to be cut is given grayish view. |
|
Data |
The Data property compares data of random structure to a tree element. |
|
Expanded |
The Expanded property determines type of the tree top hierarchy that is expanded or collapsed. |
|
Focused |
The Focused property determines whether the element is focused. |
|
Id |
The Id property returns a unique numeric identifier of the element. |
|
ImageIndex |
The ImageIndex property determines index of the image that should be placed to the left of the text of the element in the first column of the component. |
|
Index |
The Index property returns element index in the list of child elements of the parent. |
|
IsDropTarget |
The IsDropTarget property determines whether any other node is passing over this node at the moment. |
|
Level |
The Level property returns index of the level containing this node. |
|
NextNode |
The NextNode property returns the next tree element. |
|
NextSelectedNode |
The NextSelectedNode property returns the next selected tree element. |
|
NextSiblingNode |
The NextSiblingNode property returns the next neighbor node that is located on the same level as this one. |
|
OverlayIndex |
The OverlayIndex property determines index of a covering mask. |
|
Parent |
The Parent property returns the parent element for this element. |
|
PreviousNode |
The PreviousNode property returns the previous tree element. |
|
PreviousSelectedNode |
The PreviousSelectedNode property returns the previous selected tree element. |
|
PreviousSiblingNode |
The PreviousSiblingNode property returns the previous neighbor node that is located on the same level as this node. |
|
Selected |
The Selected property determines whether the element is selected. |
|
SelectedIndex |
The SelectedIndex property determines the index binding the element with one the images of Images property that displays selected elements. |
|
StateIndex |
The StateIndex property determines the index binding the element with one of the images of StateImages property that displays the element state. |
|
Text |
The Text property determines the text of the first column for the current element. |
|
Visible |
The Visible property determines whether the element is visible in a client area of the component. |