C# Syntax
public interface ITreeViewNode
Name | Description | |
---|---|---|
ClickState | Clicks the state icon of a node in a tree. | |
Collapse | Collapses an expandable node in a tree. | |
DoubleClickState | Double-clicks the state icon of a node in a tree. | |
Expand | Expands an expandable node in a tree. | |
GetColumnValue | Overloaded. Returns the text of a node in the tree from the specified column by index. | |
OpenContextMenu | Opens the context menu of a node in a tree. | |
SetChecked | Sets the state of the node in the tree. | |
SetNodeState | Sets the state of the node in the tree. |