Share

Panel.Panel(string, PanelSet) Constructor

Description

In this constructor, both the toolpanelrefs will be left null.

Visual Basic

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

C#

public Panel(
    string name, 
    PanelSet parent
);

Parameters

Parameters Description
string name Input the panel's name.
PanelSet parent Input the parent.

Links

Panel Class, Autodesk.AutoCAD.Customization Namespace

Was this information helpful?