|
|
|
SftTreeItem Object (ISftTreeItem Interface) |
The SftTreeItem object represents one item in a SftTree/OCX control. A
SftTreeItem object for a particular item can be accessed through the
control's Item property.
Certain default properties and behavior for items can be defined using the SftTreeItems
object.
Property/Method |
Description |
Returns a SftTreeCell object for a given cell. |
|
Removes the cell images from this item. |
|
Collapses the item so its dependents are no longer visible. |
|
Defines the item's application specific numeric value. |
|
Defines the item's application specific floating point value. |
|
Defines the item's application specific object value. |
|
Defines the item's application specific string value. |
|
Defines the item's application specific variant value. |
|
Deletes the item's dependents. |
|
Returns the item's number of all dependents. |
|
Returns the item's number of immediate dependents. |
|
Defines whether the item is ignored for cell editing. |
|
Defines whether the item is enabled. |
|
Expands the item so its dependents become visible. |
|
Defines whether the item is expandable. |
|
Returns the item's first dependent. |
|
Returns the item's first sibling. |
|
Returns the coordinates of the item. |
|
Returns the coordinates of the item. |
|
Returns the item's height. |
|
Returns the item's height. |
|
Defines whether the item's expand/collapse button is hidden. |
|
Defines the item ID of the item. |
|
Defines whether the item is ignored for optimal column width and extent calculation. |
|
Defines the item graphic displayed in this item. |
|
Returns the item index of this item. |
|
Defines the label graphic displayed in this item. |
|
Returns the item's last dependent. |
|
Returns the item's last sibling. |
|
Defines the item's level number. |
|
Vertically scrolls the item into view so it is displayed in the tree control's client area. |
|
Defines the maximum height of the item. |
|
Defines the minimum height of the item. |
|
Returns the index of the next visible item. |
|
Returns the item's next sibling. |
|
Returns the item's parent item. |
|
Returns the index of the previous visible item. |
|
Returns the item's previous sibling. |
|
Returns the item's SftTreeRowHeader object. |
|
Defines whether the item is selected. |
|
Defines whether the item is shown. |
|
Returns the item's top-most parent item. |
See Also Object Hierarchy