Class CheckBoxDescription
Description of a SAP GUI for Windows checkbox.
Inherited Members
Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class CheckBoxDescription : ElementDescription, ICloneable, IDescription
Constructors
CheckBoxDescription()
Declaration
public CheckBoxDescription()
Properties
AttachedText
The static text attached to the checkbox.
Declaration
public StringProperty AttachedText { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
IsChecked
Indicates whether the checkbox is selected.
Declaration
public bool? IsChecked { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsEnabled
Indicates whether the checkbox can accept user input.
Declaration
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |