Table of Contents

Class WindowDescription

The description of a WPF window test object.

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

Constructors

WindowDescription()

Declaration
public WindowDescription()

Properties

IsModal

Indicates whether the window is modal.

Declaration
public bool? IsModal { get; set; }
Property Value
Type Description
bool?

ParentText

The text associated with the parent object of this object.

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

Implements

ICloneable
IDescription