Méthode | Description | |
---|---|---|
RadioButton ( |
Initializes a new instance of the RadioButton class.
|
|
SetText ( string str, bool doEvents = true ) : void |
Méthode | Description | |
---|---|---|
Render ( Skins skin ) : void |
Renders the control using specified skin.
|
public RadioButton ( |
||
parent | Parent control. | |
Résultat | System |
protected Render ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
Résultat | void |
public SetText ( string str, bool doEvents = true ) : void | ||
str | string | |
doEvents | bool | |
Résultat | void |