Table of Contents

Class RadioButton

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll

Radio button control

public class RadioButton : CheckBox, ICloneable
Inheritance
RadioButton
Implements
Inherited Members
Extension Methods

Constructors

RadioButton()

public RadioButton()

Properties

Checked

Is this control currently checked?

public override bool Checked { get; set; }

Property Value

bool

GroupID

The ID of the radio button group - no auto-update

public uint GroupID { get; set; }

Property Value

uint

Text

The text displayed on the control

public override string Text { get; set; }

Property Value

string