The description of a PowerBuilder Window test object.
publicabstractclass WindowDescription : UiObjectWithLayoutInfoDescription, UiObjectBaseDescription, HP.LFT.SDK.Description, HP.LFT.SDK.PropertiesDescription, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Description
HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription
HP.LFT.SDK.PowerBuilder.UiObjectWithLayoutInfoDescription
HP.LFT.SDK.PowerBuilder.WindowDescription
Name | Description | |
---|---|---|
![]() | WindowDescription Constructor | Initializes a new instance of the WindowDescription class. C# Syntax public WindowDescription() |
Name | Description | |
---|---|---|
![]() | AbsoluteLocation | The object's absolute coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | AttachedText | The static text attached to the control. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | HasBorder | Indicates whether this object has a thin-line border. C# Syntax public Nullable<bool> HasBorder {get; set;} |
![]() | HasCaption | Indicates whether this object has a title bar. C# Syntax public Nullable<bool> HasCaption {get; set;} |
![]() | HasSizebox | Indicates whether this object has a sizing border. C# Syntax public Nullable<bool> HasSizebox {get; set;} |
![]() | HasSystemMenu | Indicates whether this object has a window menu on its title bar. C# Syntax public Nullable<bool> HasSystemMenu {get; set;} |
![]() | Index | The 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description ) |
![]() | IsActive | Indicates whether this object is the foreground object . (whether the object is currently active). C# Syntax public Nullable<bool> IsActive {get; set;} |
![]() | IsChildWindow | Indicates whether this object's window is a child window. C# Syntax public Nullable<bool> IsChildWindow {get; set;} |
![]() | IsEnabled | Indicates whether the object is enabled. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | IsFocused | Indicates whether the object is in focus. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | IsMaximizable | Indicates whether this object can be maximized. C# Syntax public Nullable<bool> IsMaximizable {get; set;} |
![]() | IsMdiChildWindow | Indicates whether this object is a multiple-document interface (MDI) child window. C# Syntax public Nullable<bool> IsMdiChildWindow {get; set;} |
![]() | IsMinimizable | Indicates whether this object can be minimized. C# Syntax public Nullable<bool> IsMinimizable {get; set;} |
![]() | IsOwnedWindow | Indicates whether this object's window has an owner window. C# Syntax public Nullable<bool> IsOwnedWindow {get; set;} |
![]() | IsPopupWindow | Indicates whether this object is a pop-up window. C# Syntax public Nullable<bool> IsPopupWindow {get; set;} |
![]() | IsRightAligned | Indicates whether the generic properties of the test object are right-aligned. (For support for right-to-left languages) (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectWithLayoutInfoDescription ) |
![]() | IsRightToLeftLayout | Indicates whether the object's horizontal origin is on the right edge of the test object. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectWithLayoutInfoDescription ) |
![]() | IsRightToLeftReading | Indicates whether the object's text is displayed right-to-left. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectWithLayoutInfoDescription ) |
![]() | IsToolWindow | Indicates whether this object is a tool window (a window to be used as a floating toolbar). C# Syntax public Nullable<bool> IsToolWindow {get; set;} |
![]() | IsTopmost | Indicates whether this object is placed and remains above all non-topmost windows, even when it is deactivated. C# Syntax public Nullable<bool> IsTopmost {get; set;} |
![]() | IsVisible | Indicates whether the object is visible. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | Location | The object's coordinates relative to the parent window (in pixels). (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | NativeClass | The window class name of the object. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | Size | The object's size (in pixels). (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | Text | The text associated with the object. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | Vri | Distinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Description ) |
![]() | WindowClassRegExp | The permanent part of the MFC window class. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | WindowExtendedStyle | The extended window style of the object. Possible values:HP.LFT.SDK.WindowExtendedStyles(Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | WindowId | The window identifier of the object. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | WindowStyle | The window style of the object. Possible values:HP.LFT.SDK.WindowStyles(Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |
![]() | WindowTitleRegExp | The constant part of the window title. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription ) |