Table of Contents

Class RadioButtonDescription

The description of a PowerBuilder RadioButton test object.

Namespace: HP.LFT.SDK.PowerBuilder
Assembly: HP.LFT.SDK.dll
Syntax
public class RadioButtonDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription

Constructors

RadioButtonDescription()

Declaration
public RadioButtonDescription()

Properties

State

The radio button's state. Possible values: CheckedState

Declaration
public CheckedState? State { get; set; }
Property Value
Type Description
CheckedState?

Implements

ICloneable
IDescription