ITreeViewNode Interface
A single node in a Java TreeView.

C# Syntax

public interface ITreeViewNode 
Public Properties
 NameDescription
PropertyPathThe path to the node in the tree.  
Top
Public Methods
 NameDescription
MethodClickStateClicks the state icon of a node in a tree.  
MethodCollapseCollapses an expandable node in a tree.  
MethodDoubleClickStateDouble-clicks the state icon of a node in a tree.  
MethodExpandExpands an expandable node in a tree.  
MethodGetColumnValueOverloaded. Returns the text of a node in the tree from the specified column by index.  
MethodOpenContextMenuOpens the context menu of a node in a tree.  
MethodSetCheckedSets the state of the node in the tree.  
MethodSetNodeStateSets the state of the node in the tree.  
Top