C# 클래스 Flood.GUI.Controls.MenuStrip

Menu strip.
상속: Menu
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
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