Share

ToolPanel.ToolPanel(string, MenuGroup) Constructor

Description

This constructor sets a parent and names the tool panel.

Visual Basic

Public Sub New(
    name As string, 
    parent As MenuGroup
)

C#

public ToolPanel(
    string name, 
    MenuGroup parent
);

Parameters

Parameters Description
string name Input a name for the tool panel.
MenuGroup parent Input the parent.

Links

ToolPanel Class, Autodesk.AutoCAD.Customization Namespace

Was this information helpful?