Table of Contents

Class WindowDescription

The description of a .NET Windows Forms Window test object.

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

Constructors

WindowDescription()

Declaration
public WindowDescription()

Properties

HasBorder

Indicates whether this object has a thin-line border.

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

HasCaption

Indicates whether this object has a title bar.

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

HasSizebox

Indicates whether this object has a sizing border.

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

HasSystemMenu

Indicates whether this object has a window menu on its title bar.

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

IsActive

Indicates whether this object is the foreground object.

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

IsMaximizable

Indicates whether this object can be maximized.

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

IsMdiChildWindow

Indicates whether this object is a multiple-document interface (MDI) child window.

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

IsMinimizable

Indicates whether this object can be minimized.

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

IsPopupWindow

Indicates whether this object is a pop-up window.

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

IsToolWindow

Indicates whether this object is a floating toolbar window

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

IsTopmost

Indicates whether this object should be the topmost window even when it is deactivated.

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

Implements

ICloneable
IDescription