This constructor allows for flyout additions.
Public Sub New( parent As MenuGroup, bForFlyout As bool )
public ToolPanel( MenuGroup parent, bool bForFlyout );
Parameters |
Description |
MenuGroup parent |
Input the parent. |
bool bForFlyout |
Input true if the tool panel should have flyouts. |
Comments? |