C# Class WaveEngine.Components.UI.RadioButton

RadioButton decorate class
Inheritance: UIBase
Show file Open project: WaveEngine/Components Class Usage Examples

Public Methods

Method Description
RadioButton ( ) : System

Initializes a new instance of the RadioButton class.

RadioButton ( string name ) : System

Initializes a new instance of the RadioButton class.

Private Methods

Method Description
RadioButtonBehavior_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the RadioButtonBehavior control.

Method Details

RadioButton() public method

Initializes a new instance of the RadioButton class.
public RadioButton ( ) : System
return System

RadioButton() public method

Initializes a new instance of the RadioButton class.
public RadioButton ( string name ) : System
name string The name.
return System