Interface ICheckBox
A checkbox control in a SAP GUI for Windows application.
public interface ICheckBox : IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider
- Inherited Members
- Extension Methods
Properties
AttachedText
The text associated with the checkbox.
string AttachedText { get; }
Property Value
IsChecked
Indicates whether this check box is selected.
bool IsChecked { get; }
Property Value
Methods
Set(bool)
Selects or unselects the check box.
void Set(bool state)
Parameters
statebooltrue to select.
SetFocus()
Sets focus on the checkbox.
void SetFocus()