Class GuiCheckBox
Wraps a SAP GUI check box (GuiCheckBox).
public class GuiCheckBox : GuiComponent
- Inheritance
-
GuiCheckBox
- Inherited Members
Properties
Selected
Gets or sets the checked state.
public bool Selected { get; set; }
Property Value
Text
Label text next to the check box.
public override string Text { get; }
Property Value
Methods
SetFocus()
Moves keyboard focus to this component.
public override void SetFocus()
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.