메소드 | 설명 | |
---|---|---|
CloseMenu ( ) : void |
Closes the menu.
|
|
MenuItem ( |
Initializes a new instance of the MenuItem class.
|
|
OpenMenu ( ) : void |
Opens the menu.
|
|
SetAccelerator ( String acc ) : void | ||
SetAction ( GwenEventHandler handler ) : |
||
SizeToContents ( ) : void | ||
ToggleMenu ( ) : void |
Toggles the menu open state.
|
메소드 | 설명 | |
---|---|---|
Layout ( Skins skin ) : void |
Lays out the control's interior according to alignment, padding, dock etc.
|
|
OnClicked ( ) : void |
Internal OnPressed implementation.
|
|
Render ( Skins skin ) : void |
Renders the control using specified skin.
|
public MenuItem ( |
||
parent | Parent control. | |
리턴 | System |
public SetAction ( GwenEventHandler handler ) : |
||
handler | GwenEventHandler | |
리턴 |