Table of Contents

Class TreeViewDescription

The description of a WPF TreeView test object.

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

Constructors

TreeViewDescription()

Declaration
public TreeViewDescription()

Properties

Name

The name of this object.

Declaration
public StringProperty Name { get; set; }
Property Value
Type Description
StringProperty

ParentText

The text associated with the parent object of this object.

Declaration
public StringProperty ParentText { get; set; }
Property Value
Type Description
StringProperty

SelectedNodes

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

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

VisibleNodes

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

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

Implements

ICloneable
IDescription