Description
This constructor assigns a name and sets the parent.
C#
public Toolbar( string name, MenuGroup parent );
Visual Basic
Public Sub New( name As string, parent As MenuGroup )
Parameters
| Parameters | Description |
|---|---|
| string name | Input the name of the toolbar. |
| MenuGroup parent | Input the parent. |