This constructor sets the parent for the screen menu item, as well as a macro to reference.
Public Sub New( parent As ScreenMenu, menuMacro As MenuMacro )
public ScreenMenuItem( ScreenMenu parent, MenuMacro menuMacro );
|
Parameters |
Description |
|
ScreenMenu parent |
Input the parent screen menu that will contain this menu item. |
|
MenuMacro menuMacro |
Input the MenuMacro that this item references. |
| Comments? |