Table of Contents

Class WindowDescription

The description of a Java Window test object.

Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class WindowDescription : UiObjectBaseDescription, ICloneable, IDescription

Constructors

WindowDescription()

Declaration
public WindowDescription()

Properties

IsJavaWindow

Indicates whether the object is a Java window.

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

IsMaximizable

Indicates whether the window can be maximized.

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

IsMinimizable

Indicates whether the window can be minimized.

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

IsResizable

Indicates whether the window is resizable.

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

Title

The window title.

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

Implements

ICloneable
IDescription