Table of Contents

Class RadioButtonDescription

The description of a Java RadioButton test object.

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?

Implements

ICloneable
IDescription