Table of Contents

Class WindowDescription

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

The description of a Java Window test object.

public class WindowDescription : UiObjectBaseDescription, ICloneable, IDescription
Inheritance
WindowDescription
Implements
Derived
Inherited Members

Constructors

WindowDescription()

public WindowDescription()

Properties

IsJavaWindow

Indicates whether the object is a Java window.

public bool? IsJavaWindow { get; set; }

Property Value

bool?

IsMaximizable

Indicates whether the window can be maximized.

public bool? IsMaximizable { get; set; }

Property Value

bool?

IsMinimizable

Indicates whether the window can be minimized.

public bool? IsMinimizable { get; set; }

Property Value

bool?

IsResizable

Indicates whether the window is resizable.

public bool? IsResizable { get; set; }

Property Value

bool?

Title

The window title.

public StringProperty Title { get; set; }

Property Value

StringProperty