Autodesk.AutoCAD.Customization Namespace > ToolbarFlyout Class > ToolbarFlyout Constructor > ToolbarFlyout(Toolbar, int) Constructor
ToolbarFlyout.ToolbarFlyout(Toolbar, int) Constructor
Description

 

This constructor sets the parent and index position.

Visual Basic
Public Sub New(
    parent As Toolbar, 
    index As Integer
)
C#
public ToolbarFlyout(
    Toolbar parent, 
    int index
);
Parameters
Parameters 
Description 
Toolbar parent 
Input the parent. 
int index 
Input the index in the collection at which to insert flyout. 
Links
   Comments?