This constructor sets a macro to execute and sets the array position.
Public Sub New( parent As ImageMenu, menuMacro As MenuMacro, index As Integer )
public ImageMenuItem( ImageMenu parent, MenuMacro menuMacro, int index );
Parameters |
Description |
ImageMenu parent |
Input the ImageMenu that will hold this item. |
MenuMacro menuMacro |
Input the MenuMacro to execute |
int index |
Input the index at which to insert new item in parent array. You may pass in -1 to append the item to end of array. |
Comments? |