C# Class Flood.GUI.ControlInternal.CloseButton

Window close button.
Inheritance: Flood.GUI.Controls.Button
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
CloseButton ( Control parent, WindowControl owner ) : Flood.GUI.Controls

Initializes a new instance of the CloseButton class.

Méthodes protégées

Méthode Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

CloseButton() public méthode

Initializes a new instance of the CloseButton class.
public CloseButton ( Control parent, WindowControl owner ) : Flood.GUI.Controls
parent Flood.GUI.Controls.Control Parent control.
owner Flood.GUI.Controls.WindowControl Window that owns this button.
Résultat Flood.GUI.Controls

Render() protected méthode

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