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