C# Class Flood.GUI.ControlInternal.UpDownButton_Up

Numeric up arrow.
Inheritance: Flood.GUI.Controls.Button
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
UpDownButton_Up ( Control parent ) : Flood.GUI.Controls

Initializes a new instance of the UpDownButton_Up class.

Méthodes protégées

Méthode Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

Render() protected méthode

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

UpDownButton_Up() public méthode

Initializes a new instance of the UpDownButton_Up class.
public UpDownButton_Up ( Control parent ) : Flood.GUI.Controls
parent Flood.GUI.Controls.Control Parent control.
Résultat Flood.GUI.Controls