C# Class Flood.GUI.Controls.LabeledCheckBox

CheckBox with label.
Inheritance: Control
Datei anzeigen Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
LabeledCheckBox ( Control parent ) : System

Initializes a new instance of the LabeledCheckBox class.

Protected Methods

Method Description
Layout ( Flood.GUI.Skins.Skin skin ) : void
OnCheckChanged ( Control control ) : void

Handler for CheckChanged event.

OnKeySpace ( bool down ) : bool

Handler for Space keyboard event.

Method Details

LabeledCheckBox() public method

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

Layout() protected method

protected Layout ( Flood.GUI.Skins.Skin skin ) : void
skin Flood.GUI.Skins.Skin
return void

OnCheckChanged() protected method

Handler for CheckChanged event.
protected OnCheckChanged ( Control control ) : void
control Control
return void

OnKeySpace() protected method

Handler for Space keyboard event.
protected OnKeySpace ( bool down ) : bool
down bool Indicates whether the key was pressed or released.
return bool