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