Table of Contents

Class TreeViewDescription

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

The description of a WPF TreeView test object.

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

Constructors

TreeViewDescription()

public TreeViewDescription()

Properties

Name

The name of this object.

public StringProperty Name { get; set; }

Property Value

StringProperty

ParentText

The text associated with the parent object of this object.

public StringProperty ParentText { get; set; }

Property Value

StringProperty

SelectedNodes

All of the selected nodes in the tree-view object.

public string[] SelectedNodes { get; set; }

Property Value

string[]

VisibleNodes

All of the visible nodes in the tree-view object.

public string[] VisibleNodes { get; set; }

Property Value

string[]