This constructor sets the parent and copies data from another TabletMenuItem.
Public Sub New( parent As TabletMenu, tabletMenuItem As TabletMenuItem, index As Integer )
public TabletMenuItem( TabletMenu parent, TabletMenuItem tabletMenuItem, int index );
|
Parameters |
Description |
|
TabletMenu parent |
Input the containment TabletMenu. |
|
TabletMenuItem tabletMenuItem |
Input the TabletMenuItem to copy data from. |
|
int index |
Input the array position at which to insert the item. |
| Comments? |