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