C# Class Flood.GUI.ControlInternal.SplitterBar

Splitter bar.
Inheritance: Flood.GUI.ControlInternal.Dragger
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the SplitterBar 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

Render() protected méthode

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

SplitterBar() public méthode

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