C# Класс Flood.GUI.Controls.StatusBar

Status bar.
Наследование: Label
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddControl ( Control control, bool right ) : void

Adds a control to the bar.

StatusBar ( Control parent )

Initializes a new instance of the StatusBar class.

Защищенные методы

Метод Описание
Render ( Skins skin ) : void

Renders the control using specified skin.

Описание методов

AddControl() публичный Метод

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.
Результат void

Render() защищенный Метод

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
Результат void

StatusBar() публичный Метод

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