Share

Panel.Panel(PanelSet) Constructor

Description

This constructor assigns a default name to the new Panel starting with Panel1 (that's followed by a one digit) and incrementing until a unique name is found. Both the toolpanelrefs will be left null.

Visual Basic

Public Sub New(
    parent As PanelSet
)

C#

public Panel(
    PanelSet parent
);

Parameters

Parameters Description
PanelSet parent Input the parent

Links

Panel Class, Autodesk.AutoCAD.Customization Namespace

Was this information helpful?