This constructor populates the data for this tablet menu from that of another TabletMenu, setting its parent and array position.
Public Sub New( sourceMenu As TabletMenu, parent As MenuGroup, index As Integer )
public TabletMenu( TabletMenu sourceMenu, MenuGroup parent, int index );
Parameters |
Description |
TabletMenu sourceMenu |
Input the source menu that is used to populate data. |
MenuGroup parent |
Input the menu group to which the TabletMenu will be added. |
int index |
Input the index at which to insert the TabletMenu in the tablet menu collection. |
Comments? |