Table of Contents

Class WindowDescription

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

The description of a WPF window test object.

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

Constructors

WindowDescription()

public WindowDescription()

Properties

IsModal

Indicates whether the window is modal.

public bool? IsModal { get; set; }

Property Value

bool?

ParentText

The text associated with the parent object of this object.

public StringProperty ParentText { get; set; }

Property Value

StringProperty