C# Class Flood.GUI.Controls.RadioButton

Radio button.
Inheritance: CheckBox
Show file Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
RadioButton ( Control parent ) : System

Initializes a new instance of the RadioButton class.

SetText ( string str, bool doEvents = true ) : void

Protected Methods

Method Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

RadioButton() public method

Initializes a new instance of the RadioButton class.
public RadioButton ( Control parent ) : System
parent Control Parent control.
return System

Render() protected method

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
return void

SetText() public method

public SetText ( string str, bool doEvents = true ) : void
str string
doEvents bool
return void