Class RadioButtonDescription
The description of a Java RadioButton test object.
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class RadioButtonDescription : UiObjectBaseDescription, ICloneable, IDescription
Constructors
RadioButtonDescription()
Declaration
public RadioButtonDescription()
Properties
IsChecked
Indicates whether the radio button is selected.
Declaration
public bool? IsChecked { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |