Table of Contents

Class TreeViewDescription

The description of a PowerBuilder TreeView test object.

Namespace: HP.LFT.SDK.PowerBuilder
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[]

Implements

ICloneable
IDescription