This constructor sets the parent for the screen menu item, as well as a macro to reference. You may also select its index position.
Public Sub New( parent As ScreenMenu, menuMacro As MenuMacro, index As Integer )
public ScreenMenuItem( ScreenMenu parent, MenuMacro menuMacro, int index );
Parameters |
Description |
ScreenMenu parent |
Input the parent screen menu that will contain this menu item. |
MenuMacro menuMacro |
Input the MenuMacro that this item references. |
int index |
Locates the menu item at a specific index within the parent's ScreenMenuItemCollection. |
Comments? |