Table of Contents

Class RadioButtonDescription

The description of a WPF RadioButton test object.

Namespace: HP.LFT.SDK.WPF
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?

Name

The name of this object.

Declaration
public StringProperty Name { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription