Creates a screen menu based on the data from another screen menu.
Public Sub New( sourceMenu As ScreenMenu, parent As MenuGroup )
public ScreenMenu( ScreenMenu sourceMenu, MenuGroup parent );
Parameters |
Description |
ScreenMenu sourceMenu |
Input the source menu to copy data from. |
MenuGroup parent |
Input the parent MenuGroup. |
Comments? |