C# Syntax
public interface ITreeViewNode : HP.LFT.SDK.ISupportDragAndDrop
Name | Description | |
---|---|---|
FirstChildPath | The full path of this node's first child node as a semi-colon delimited string. | |
HasChildren | Indicates whether this node has children. | |
IsExpanded | Indicates whether this node is currently expanded. | |
IsSelected | Indicates whether this node is selected. | |
NextSiblingPath | The full path of this node's next sibling node as a semi-colon delimited string. | |
ParentPath | The full path of the node's parent node as a semi-colon delimited string. | |
Path | The full path of the node as a semi-colon delimited string. | |
State | The current state of the check box. | |
Text | The text of this node, or an empty string ("") if the node does not contain any text. |
Name | Description | |
---|---|---|
Collapse | Hides this node's sub-nodes in the expanded tree-view object. | |
DragAndDropOn | Drags and drops a test object to the specified target object. (Inherited from HP.LFT.SDK.ISupportDragAndDrop) | |
Expand | Displays this node's hidden sub-nodes in the tree-view object. | |
ExpandAll | Expands this node and all of the nodes below it in the tree-view object. |