This constructor populates the data for this tablet menu from that of another TabletMenu, and sets its parent.
Public Sub New( sourceMenu As TabletMenu, parent As MenuGroup )
public TabletMenu( TabletMenu sourceMenu, MenuGroup parent );
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. |
Comments? |