C# Class Flood.GUI.Controls.StatusBar

Status bar.
Inheritance: Label
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
AddControl ( Control control, bool right ) : void

Adds a control to the bar.

StatusBar ( Control parent )

Initializes a new instance of the StatusBar class.

Méthodes protégées

Méthode Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

AddControl() public méthode

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.
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

StatusBar() public méthode

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