Table of Contents

Class RadioButtonDescription

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

The description of a WPF 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?

Name

The name of this object.

public StringProperty Name { get; set; }

Property Value

StringProperty