C# Class Flood.GUI.ControlInternal.SplitterBar

Splitter bar.
Inheritance: Flood.GUI.ControlInternal.Dragger
Exibir arquivo Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
SplitterBar ( Control parent ) : Flood.GUI.Controls

Initializes a new instance of the SplitterBar class.

Protected Methods

Method 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 method

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

Render() protected method

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

SplitterBar() public method

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