C# Class Flood.GUI.Controls.StatusBar

Status bar.
Inheritance: Label
Mostra file Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
AddControl ( Control control, bool right ) : void

Adds a control to the bar.

StatusBar ( Control parent )

Initializes a new instance of the StatusBar class.

Protected Methods

Method Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

AddControl() public method

Adds a control to the bar.
public AddControl ( Control control, bool right ) : void
control Control Control to add.
right bool Determines whether the control should be added to the right side of the bar.
return void

Render() protected method

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

StatusBar() public method

Initializes a new instance of the StatusBar class.
public StatusBar ( Control parent )
parent Control Parent control.