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