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