Class GuiRadioButton
Wraps a SAP GUI radio button (GuiRadioButton).
public class GuiRadioButton : GuiComponent
- Inheritance
-
GuiRadioButton
- Inherited Members
Properties
Selected
Gets or sets the selected state.
public bool Selected { get; set; }
Property Value
Text
Label text.
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.