C# Class Flood.GUI.ControlInternal.ColorButton

Property button.
Inheritance: Flood.GUI.Controls.Button
Exibir arquivo Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
ColorButton ( Control parent ) : System

Initializes a new instance of the ColorButton class.

Protected Methods

Method Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

ColorButton() public method

Initializes a new instance of the ColorButton class.
public ColorButton ( Control parent ) : System
parent Flood.GUI.Controls.Control Parent control.
return System

Render() protected method

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