Share

TabletMenu.TabletMenu(TabletMenu, MenuGroup) Constructor

Description

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

Visual Basic

Public Sub New(
    sourceMenu As TabletMenu, 
    parent As MenuGroup
)

C#

public TabletMenu(
    TabletMenu sourceMenu, 
    MenuGroup parent
);

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.

Links

TabletMenu Class, Autodesk.AutoCAD.Customization Namespace

Was this information helpful?