Autodesk.AutoCAD.Customization Namespace > ToolPanel Class > ToolPanel Constructor > ToolPanel(MenuGroup, bool) Constructor
ToolPanel.ToolPanel(MenuGroup, bool) Constructor
Description

 

This constructor allows for flyout additions.

Visual Basic
Public Sub New(
    parent As MenuGroup, 
    bForFlyout As bool
)
C#
public ToolPanel(
    MenuGroup parent, 
    bool bForFlyout
);
Parameters
Parameters 
Description 
MenuGroup parent 
Input the parent. 
bool bForFlyout 
Input true if the tool panel should have flyouts. 
Links
   Comments?