C# Class Flood.GUI.Controls.LabelClickable

Clickable label (for checkboxes etc).
Inheritance: Button
Show file Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
LabelClickable ( Control parent )

Initializes a new instance of the LabelClickable class.

Protected Methods

Method Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

LabelClickable() public method

Initializes a new instance of the LabelClickable class.
public LabelClickable ( Control parent )
parent Control Parent control.

Render() protected method

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