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