Method | Description | |
---|---|---|
OnDrawItem ( |
||
OnKeyUp ( |
||
ProcessCmdKey ( |
Method | Description | |
---|---|---|
GetItemShortcut ( int index ) : int | ||
KeyToString ( int key ) : string | ||
SetItemShortcut ( int index, Shortcut shortcut ) : void | ||
SetNoneShortcut ( int index ) : void | ||
TestExistShortcut ( Keys key, int index ) : bool |
protected OnDrawItem ( |
||
e | ||
return | void |
protected OnKeyUp ( |
||
e | ||
return | void |
protected ProcessCmdKey ( |
||
msg | ||
keyData | Keys | |
return | bool |