Table of Contents

Class TreeViewDescription

The description of a .NET Windows Forms TreeView test object.

Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public class TreeViewDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

TreeViewDescription()

Declaration
public TreeViewDescription()

Properties

NodesCount

The number of nodes in the tree-view object.

Declaration
public int? NodesCount { get; set; }
Property Value
Type Description
int?

SelectedNodes

The selected nodes in the tree-view object.

Declaration
public string[] SelectedNodes { get; set; }
Property Value
Type Description
string[]

VisibleNodes

The visible nodes in the tree-view object.

Declaration
public string[] VisibleNodes { get; set; }
Property Value
Type Description
string[]

Implements

ICloneable
IDescription