Constructor.
Public Sub New( UID As string, parent As MenuGroup )
public QuickAccessToolbar( string UID, MenuGroup parent );
Parameters |
Description |
string UID |
Element Id to use for the toolbar. If the ID is not unique to the file, a unique ID will be generated. |
MenuGroup parent |
Parent MenuGroup that contains this toolbar. |
Comments? |