Method | Description | |
---|---|---|
LabeledCheckBox ( |
Initializes a new instance of the LabeledCheckBox class.
|
Method | Description | |
---|---|---|
Layout ( Flood.GUI.Skins.Skin skin ) : void | ||
OnCheckChanged ( |
Handler for CheckChanged event.
|
|
OnKeySpace ( bool down ) : bool |
Handler for Space keyboard event.
|
public LabeledCheckBox ( |
||
parent | Parent control. | |
return | System |
protected Layout ( Flood.GUI.Skins.Skin skin ) : void | ||
skin | Flood.GUI.Skins.Skin | |
return | void |
protected OnCheckChanged ( |
||
control | ||
return | void |
protected OnKeySpace ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
return | bool |