RadioButton Members

The RadioButton type exposes the following members.

Constructors


  Name Description
Public method RadioButton
Initializes a new instance of the [RadioButton] class.

Methods


  Name Description
Protected method OnStateChanged

Properties


  Name Description
Public property Button
Gets the button.
Public property Checked
Gets or sets a value indicating whether this [RadioButton] is checked.
Public property Group
Gets or sets the group.
Public property Label
Gets the label.
Public property Text
Gets or sets the text.

Events


  Name Description
Public event CheckedChanged
Raised when [checked changed].