ITreeViewNode Interface
A tree node of a SAP GUI tree object.

C# Syntax

public interface ITreeViewNode 
Public Properties
 NameDescription
PropertyPathThe full path of the node as a semi-colon delimited string.  
Top
Public Methods
 NameDescription
MethodActivateItemOverloaded. Activates an item in this node of a SAP column tree or list tree.  
MethodClickButtonOverloaded. Clicks the specified button item in this node of a SAP column tree or list tree.  
MethodClickLinkOverloaded. Clicks a link item in this node of a SAP column tree or list tree.  
MethodCollapseHides this node's sub-nodes in the expanded tree object.  
MethodExpandDisplays this node's sub-nodes in the tree object.  
MethodOpenContextMenuOpens the context menu for this node of a SAP simple tree.  
MethodOpenItemContextMenuOpens the context menu for the specified item in this node of a SAP column tree or list tree.  
MethodSelectOverloaded. Selects an item in this node of a SAP column tree or list tree.  
MethodSetCheckBoxStateOverloaded. Selects or unselects a check box item for this node of a SAP column tree or list tree.  
Top