Table of Contents

Class RadioButtonDescription

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

Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public class RadioButtonDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

RadioButtonDescription()

Declaration
public RadioButtonDescription()

Properties

IsChecked

Indicates whether the radio button is checked.

Declaration
public bool? IsChecked { get; set; }
Property Value
Type Description
bool?

Implements

ICloneable
IDescription