C# Syntax
public class CheckBoxDescription : ElementDescription, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Description
HP.LFT.SDK.SAP.GUI.ElementDescription
HP.LFT.SDK.SAP.GUI.CheckBoxDescription
Name | Description | |
---|---|---|
CheckBoxDescription Constructor |
Name | Description | |
---|---|---|
AbsoluteLocation | The element's coordinates relative to the screen in pixels. 0,0 is the top-left corner of the primary monitor. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription ) | |
AttachedText | The static text attached to the checkbox. | |
Id | The element's unique identifier in text format. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription ) | |
Index | The 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description ) | |
IsChecked | Indicates whether the checkbox is selected. | |
IsEnabled | Indicates whether the checkbox can accept user input. | |
Location | The element's coordinates relative to the parent's location in pixels. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription ) | |
Name | The name of the element. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription ) | |
Size | The element's size in pixels. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription ) | |
Type | The numeric identification of the GUI component type. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription ) | |
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 ) |