Table of Contents

Class RadioButtonDescription

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

Description of a SAP GUI for Windows radio button.

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

Constructors

RadioButtonDescription()

public RadioButtonDescription()

Properties

AttachedText

The static text attached to the radio button.

public StringProperty AttachedText { get; set; }

Property Value

StringProperty

IsChecked

Indicates whether the radio button is selected.

public bool? IsChecked { get; set; }

Property Value

bool?

IsEnabled

Indicates whether the radio button can accept user input.

public bool? IsEnabled { get; set; }

Property Value

bool?