Table of Contents

Class WindowDescription

The description of a PowerBuilder Window test object.

Namespace: HP.LFT.SDK.PowerBuilder
Assembly: HP.LFT.SDK.dll
Syntax
public class WindowDescription : UiObjectWithLayoutInfoDescription, 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 . (whether the object is currently active).

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

IsChildWindow

Indicates whether this object's window is a child window.

Declaration
public bool? IsChildWindow { 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?

IsOwnedWindow

Indicates whether this object's window has an owner window.

Declaration
public bool? IsOwnedWindow { 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 tool window
(a window to be used as a floating toolbar).

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

IsTopmost

Indicates whether this object is placed and remains above all non-topmost windows, even when it is deactivated.

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

Implements

ICloneable
IDescription