Description
This constructor sets a parent and names the tool panel.
C#
public ToolPanel( string name, MenuGroup parent );
Visual Basic
Public Sub New( name As string, parent As MenuGroup )
Parameters
| Parameters | Description |
|---|---|
| string name | Input a name for the tool panel. |
| MenuGroup parent | Input the parent. |