프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IamMain | bool | ||
SubTextOpacity | int |
메소드 | 설명 | |
---|---|---|
CloseAll ( ) : void | ||
OnKeyDown ( Keys pressedKey ) : void |
A key has been pressed on the menu
|
|
YamuiMenu ( Point location, List |
메소드 | 설명 | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
ButtonOnButtonPressed ( object sender, |
||
CloseChildren ( ) : void | ||
CloseParents ( ) : void | ||
OnActivated ( object sender, |
Close all children when a menu is activated
|
|
OnClosing ( object sender, CancelEventArgs cancelEventArgs ) : void | ||
OnDeactivate ( object sender, |
Close the menu when the user clicked elsewhere
|
|
OnItemPressed ( ) : void |
an item has been pressed
|
|
OnPreviewKeyDown ( object sender, |
||
SetPosition ( |
Position the menu relativly to a parent menu
|
public YamuiMenu ( Point location, List |
||
location | Point | |
content | List |
|
htmlTitle | string | |
minSize | int | |
리턴 | System |