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