Table of Contents

Class RadioButtonDescription

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

The description of a Java RadioButton test object.

public class RadioButtonDescription : UiObjectBaseDescription, ICloneable, IDescription
Inheritance
RadioButtonDescription
Implements
Inherited Members

Constructors

RadioButtonDescription()

public RadioButtonDescription()

Properties

IsChecked

Indicates whether the radio button is selected.

public bool? IsChecked { get; set; }

Property Value

bool?