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