| |
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 remove 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 if 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 is located to the left of element text in the first component column. |
 |
Index |
The Index property returns element index in the list of child elements of the parent. |
 |
IsDropTarget |
The IsDropTarget property determines whether any other top element is passing over this top element 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 sibling 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 a parent element for this one. |
 |
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 sibling 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 StateImagesproperty 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 a component. |