Interface ITreeViewNode
A single node in a Java TreeView.
public interface ITreeViewNode
Properties
Path
The path to the node in the tree.
string Path { get; }
Property Value
Methods
ClickState()
Clicks the state icon of a node in a tree.
void ClickState()
Collapse()
Collapses an expandable node in a tree.
void Collapse()
DoubleClickState()
Double-clicks the state icon of a node in a tree.
void DoubleClickState()
Expand()
Expands an expandable node in a tree.
void Expand()
GetColumnValue(int)
Returns the text of a node in the tree from the specified column by index.
string GetColumnValue(int columnIndex)
Parameters
columnIndexint0-based index of the column from which to return the value.
Returns
GetColumnValue(string)
Returns the text of a node in the tree from the specified column by name.
string GetColumnValue(string columnName)
Parameters
columnNamestringThe name of the column from which to return the value.
Returns
OpenContextMenu()
Opens the context menu of a node in a tree.
void OpenContextMenu()
SetChecked(bool)
Sets the state of the node in the tree.
void SetChecked(bool state)
Parameters
stateboolThe new state of the check box: true - Checked, false - Unchecked.
SetNodeState(int)
Sets the state of the node in the tree.
void SetNodeState(int index)
Parameters
indexintThe state index