C# Class Flood.GUI.Controls.MenuStrip

Menu strip.
Inheritance: Menu
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void

Closes the current menu.

MenuStrip ( Control parent )

Initializes a new instance of the MenuStrip class.

Méthodes protégées

Méthode Description
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).

Method Details

Close() public méthode

Closes the current menu.
public Close ( ) : void
Résultat void

Layout() protected méthode

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

MenuStrip() public méthode

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

OnAddItem() protected méthode

Add item handler.
protected OnAddItem ( MenuItem item ) : void
item MenuItem Item added.
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

RenderUnder() protected méthode

Renders under the actual control (shadows etc).
protected RenderUnder ( Skins skin ) : void
skin Skins Skin to use.
Résultat void