Method | Description | |
---|---|---|
Close ( ) : void |
Closes the current menu.
|
|
MenuStrip ( |
Initializes a new instance of the MenuStrip class.
|
Method | Description | |
---|---|---|
Layout ( Skins skin ) : void |
Lays out the control's interior according to alignment, padding, dock etc.
|
|
OnAddItem ( |
Add item handler.
|
|
Render ( Skins skin ) : void |
Renders the control using specified skin.
|
|
RenderUnder ( Skins skin ) : void |
Renders under the actual control (shadows etc).
|
protected Layout ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
protected OnAddItem ( |
||
item | Item added. | |
return | void |
protected Render ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
protected RenderUnder ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |