This constructor creates a new MenuAccelerator and sets its AcceleratorShortcutKey.
Public Sub New( menuMacro As MenuMacro, acceleratorKeyCombination As string, parent As MenuGroup )
public MenuAccelerator( MenuMacro menuMacro, string acceleratorKeyCombination, MenuGroup parent );
Parameters |
Description |
MenuMacro menuMacro |
Input the macro to assign to this accelerator key. |
string acceleratorKeyCombination |
Input the AcceleratorShortcutKey property. |
MenuGroup parent |
Input the MenuGroup to which the new accelerator will be appended. |
Comments? |