Class RadioButton
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
GroupID
The ID of the radio button group - no auto-update
public uint GroupID { get; set; }
Property Value
Text
The text displayed on the control
public override string Text { get; set; }