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

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

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

Метод Описание
Close ( ) : void

Closes the current menu.

MenuStrip ( Control parent )

Initializes a new instance of the MenuStrip class.

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

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

Lays out the control's interior according to alignment, padding, dock etc.

OnAddItem ( MenuItem item ) : void

Add item handler.

Render ( Skins skin ) : void

Renders the control using specified skin.

RenderUnder ( Skins skin ) : void

Renders under the actual control (shadows etc).

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

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

Closes the current menu.
public Close ( ) : void
Результат void

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

Lays out the control's interior according to alignment, padding, dock etc.
protected Layout ( Skins skin ) : void
skin Skins Skin to use.
Результат void

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

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

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

Add item handler.
protected OnAddItem ( MenuItem item ) : void
item MenuItem Item added.
Результат void

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

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

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

Renders under the actual control (shadows etc).
protected RenderUnder ( Skins skin ) : void
skin Skins Skin to use.
Результат void