C# Class Flood.GUI.ControlInternal.Modal

Modal control for windows.
Inheritance: Flood.GUI.Controls.Control
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the Modal class.

Méthodes protégées

Méthode Description
Layout ( Skins skin ) : void

Lays out the control's interior according to alignment, padding, dock etc.

Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

Layout() protected méthode

Lays out the control's interior according to alignment, padding, dock etc.
protected Layout ( Skins skin ) : void
skin Skins Skin to use.
Résultat void

Modal() public méthode

Initializes a new instance of the Modal class.
public Modal ( Control parent ) : Flood.GUI.Controls
parent Flood.GUI.Controls.Control Parent control.
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