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