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