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. |