Object PmfTreeItem (Tree item)
Description:
The object represents a tree item (see
Tree items).
Properties and methods:
CreateItem() | Creates new tree item |
GetExpanded() | Returns current state of collapsing/expanding of the tree item |
GetItem() | Returns the tree item based on specified parameters |
GetItemCount() | Returns the number of subitems of the specific tree item |
GetItemIndex() | Returns the index of the tree item |
GetPath() | Returns the string with the absolute path to the tree item |
GetSel() | Returns the selected tree item |
GetVisible() | Returns the visibility of the tree item |
Id | The identifier of the tree item |
Parent | Returns the reference to the parent item |
PrivateData | Private value of the tree item |
RemoveItem() | Removes the selected item from the tree |
RequestType | The property returns or sets the request type for creating subitems of the corresponding tree item |
SetExpanded() | Expands or collapses the tree item |
SetSel() | Sets the selected tree item |
SetVisible() | Sets the visibility of the tree item |
TextColor | The property returns or sets the text color of the tree item |
Title | Displayed title of the tree item |
Tree | Returns PmfTree object |