Class TreeViewDescription
Description of a SAP GUI for Windows tree.
public class TreeViewDescription : ElementDescription, ICloneable, IDescription
- Inheritance
-
TreeViewDescription
- Implements
- Inherited Members
Constructors
TreeViewDescription()
public TreeViewDescription()
Properties
IsEnabled
Indicates whether the tree can accept user input.
public bool? IsEnabled { get; set; }
Property Value
- bool?
SelectedItem
The value of the selected item in the tree node.
public StringProperty SelectedItem { get; set; }
Property Value
SelectedNodePath
The path of the selected node in the tree.
public StringProperty SelectedNodePath { get; set; }
Property Value
SelectionMode
Indicates which selections can be made in the tree.
public TreeSelectionMode? SelectionMode { get; set; }
Property Value
TreeType
The type of the tree.
public TreeType? TreeType { get; set; }