Autodesk.AutoCAD.Customization Namespace > Panel Class > Panel Constructor > Panel(string, PanelSet) Constructor
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
   Comments?