This constructor sets a macro to execute.
Public Sub New( parent As ImageMenu, menuMacro As MenuMacro )
public ImageMenuItem( ImageMenu parent, MenuMacro menuMacro );
|
Parameters |
Description |
|
ImageMenu parent |
Input the ImageMenu that will hold this item. |
|
MenuMacro menuMacro |
Input the MenuMacro to execute |
| Comments? |