Class TreeViewDescription
The description of a standard Windows TreeView test object.
Inheritance
TreeViewDescription
Inherited Members
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public class TreeViewDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
Constructors
TreeViewDescription()
Declaration
public TreeViewDescription()
Properties
NodesCount
The number of nodes in the tree-view control.
Declaration
public int? NodesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SelectedNodes
All selected nodes in the tree-view control.
Declaration
public string[] SelectedNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
VisibleNodes
All the visible nodes in the tree-view control.
Declaration
public string[] VisibleNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |