Table of Contents

Class TreeViewDescription

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

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

StringProperty

SelectedNodePath

The path of the selected node in the tree.

public StringProperty SelectedNodePath { get; set; }

Property Value

StringProperty

SelectionMode

Indicates which selections can be made in the tree.

public TreeSelectionMode? SelectionMode { get; set; }

Property Value

TreeSelectionMode?

TreeType

The type of the tree.

public TreeType? TreeType { get; set; }

Property Value

TreeType?