Table of Contents

Class TreeViewDescription

Namespace
HP.LFT.SDK.WinForms
Assembly
HP.LFT.SDK.dll

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

public class TreeViewDescription : UiObjectDescriptionBase, ICloneable, IDescription
Inheritance
TreeViewDescription
Implements
Inherited Members

Constructors

TreeViewDescription()

public TreeViewDescription()

Properties

NodesCount

The number of nodes in the tree-view object.

public int? NodesCount { get; set; }

Property Value

int?

SelectedNodes

The selected nodes in the tree-view object.

public string[] SelectedNodes { get; set; }

Property Value

string[]

VisibleNodes

The visible nodes in the tree-view object.

public string[] VisibleNodes { get; set; }

Property Value

string[]