Creates a screen menu based on the data from another screen menu. It also places it within an index.
Public Sub New( sourceMenu As ScreenMenu, parent As MenuGroup, index As Integer )
public ScreenMenu( ScreenMenu sourceMenu, MenuGroup parent, int index );
Parameters |
Description |
ScreenMenu sourceMenu |
Input the source menu to copy data from. |
MenuGroup parent |
Input the parent MenuGroup. |
int index |
Input the location within the parent's collection at which to insert the menu. |
Comments? |