Creates a TabletMenuItem that references a MenuMacro and inserts it at a specific location.
Public Sub New( parent As TabletMenu, menuMacro As MenuMacro, index As Integer )
public TabletMenuItem( TabletMenu parent, MenuMacro menuMacro, int index );
Parameters |
Description |
TabletMenu parent |
Input the containment TabletMenu. |
MenuMacro menuMacro |
Input the menu macro that this item will execute. |
int index |
Input the array position at which to insert the item. |
Comments? |