CheckBoxDescription Class
The description of an Oracle check box test object.
C# Syntax
public abstract class CheckBoxDescription : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription, HP.LFT.SDK.PropertiesDescription, HP.LFT.SDK.Oracle.UiObjectBaseDescription
Inheritance Hierarchy
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Description
HP.LFT.SDK.Oracle.UiObjectBaseDescription
HP.LFT.SDK.Oracle.CheckBoxDescription
Public Constructors
Name | Description | |
---|---|---|
CheckBoxDescription Constructor | Initializes a new instance of the CheckBoxDescription class. C# Syntax public CheckBoxDescription() |
Public Properties
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.Oracle.UiObjectBaseDescription) | |
Caption | The caption of the object. C# Syntax public StringProperty Caption {get; set;} | |
ClassPath | The Oracle class hierarchy of the object's Oracle class. C# Syntax public StringProperty ClassPath {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) | |
IsEnabled | Indicates whether the object is enabled. C# Syntax public bool IsEnabled {get; set;} | |
IsSelected | Indicates whether the check box is selected (checked). C# Syntax public bool IsSelected {get; set;} | |
Label | The text displayed on the object. C# Syntax public StringProperty Label {get; set;} | |
Location | The object's coordinates relative to the parent window (in pixels). (Inherited from HP.LFT.SDK.Oracle.UiObjectBaseDescription) | |
ObjectDescription | The accessibility description of the object as specified by the server. C# Syntax public StringProperty ObjectDescription {get; set;} | |
ObjectName | The internal name of the object supplied by the application server. C# Syntax public StringProperty ObjectName {get; set;} | |
ObjectType | The general object type. (Inherited from HP.LFT.SDK.Oracle.UiObjectBaseDescription) | |
Size | The object's size in pixels. (Inherited from HP.LFT.SDK.Oracle.UiObjectBaseDescription) | |
TooltipText | The text displayed in the object's tooltip. C# Syntax public StringProperty TooltipText {get; set;} | |
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) |