Table of Contents

Class RadioButtonDescription

Namespace
HP.LFT.SDK.WinForms
Assembly
HP.LFT.SDK.dll

The description of a .NET Windows Forms RadioButton test object.

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

Constructors

RadioButtonDescription()

public RadioButtonDescription()

Properties

IsChecked

Indicates whether the radio button is checked.

public bool? IsChecked { get; set; }

Property Value

bool?