Description
This constructor assigns a default name to the new toolPanel starting with "ToolPanel1" and incrementing until a unique name is found.
Visual Basic
Public Sub New( parent As MenuGroup )
C#
public ToolPanel( MenuGroup parent );
Parameters
Parameters | Description |
---|---|
MenuGroup parent | Input the parent. |