Autodesk.AutoCAD.Customization Namespace > TabletMenu Class > TabletMenu Constructor > TabletMenu(TabletMenu, MenuGroup, int) Constructor
TabletMenu.TabletMenu(TabletMenu, MenuGroup, int) Constructor
Description

 

This constructor populates the data for this tablet menu from that of another TabletMenu, setting its parent and array position.

Visual Basic
Public Sub New(
    sourceMenu As TabletMenu, 
    parent As MenuGroup, 
    index As Integer
)
C#
public TabletMenu(
    TabletMenu sourceMenu, 
    MenuGroup parent, 
    int index
);
Parameters
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. 
Links
   Comments?