C# Syntax
public class WindowDescription : UiObjectBaseDescription, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Description
HP.LFT.SDK.Java.UiObjectBaseDescription
HP.LFT.SDK.Java.WindowDescription
HP.LFT.SDK.Java.DialogDescription
HP.LFT.SDK.Java.InternalFrameDescription
Name | Description | |
---|---|---|
WindowDescription Constructor |
Name | Description | |
---|---|---|
AbsoluteLocation | The object's coordinates relative to the screen, in pixels. 0,0 is the top-left corner of the primary monitor. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
AttachedText | The static text attached to the object. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
BackgroundColor | The object's background color. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
ForegroundColor | The object's foreground color. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
Index | The 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description ) | |
IsEnabled | Indicates whether this object is enabled. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
IsFocused | Indicates whether this object has the focus. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
IsJavaWindow | Indicates whether the object is a Java window. | |
IsMaximizable | Indicates whether the window can be maximized. | |
IsMinimizable | Indicates whether the window can be minimized. | |
IsResizable | Indicates whether the window is resizable. | |
IsVisible | Indicates whether this object is visible. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
IsWrapped | Indicates whether this object is wrapped. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
Label | The object's label. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
Location | The object's coordinates relative to the parent window, in pixels. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
NativeClass | The object's Java class name. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
ObjectName | The ObjectName property of the test object description. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
ObjectProperties | The concrete test object properties, including custom properties created by the developer of the object. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
Path | The object's hierarchy (object ancestors). (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
Size | The object's size in pixels. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
TagName | The object's Java name. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) | |
Title | The window title. | |
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 ) |
Name | Description | |
---|---|---|
Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |