Méthode | Description | |
---|---|---|
CheckBox ( |
Initializes a new instance of the CheckBox class.
|
|
SetText ( string str, bool doEvents = true ) : void | ||
Toggle ( ) : void |
Toggles the checkbox.
|
Méthode | Description | |
---|---|---|
OnCheckChanged ( ) : void |
Handler for CheckChanged event.
|
|
OnClicked ( ) : void |
Internal OnPressed implementation.
|
|
Render ( Skins skin ) : void |
Renders the control using specified skin.
|
public CheckBox ( |
||
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 |