Table of Contents

Class TreeViewDescription

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

The description of a standard Windows 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[]