Свойство | Type | Description | |
---|---|---|---|
IamMain | bool | ||
SubTextOpacity | int |
Méthode | Description | |
---|---|---|
CloseAll ( ) : void | ||
OnKeyDown ( Keys pressedKey ) : void |
A key has been pressed on the menu
|
|
YamuiMenu ( Point location, List |
Méthode | Description | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void |
Méthode | Description | |
---|---|---|
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 OnKeyDown ( Keys pressedKey ) : void | ||
pressedKey | Keys | |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
public YamuiMenu ( Point location, List |
||
location | Point | |
content | List |
|
htmlTitle | string | |
minSize | int | |
Résultat | System |