C# Class Flood.GUI.Controls.RadioButton

Radio button.
Inheritance: CheckBox
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
RadioButton ( Control parent ) : System

Initializes a new instance of the RadioButton class.

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

Méthodes protégées

Méthode Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

RadioButton() public méthode

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

Render() protected méthode

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

SetText() public méthode

public SetText ( string str, bool doEvents = true ) : void
str string
doEvents bool
Résultat void