This constructor assigns a default name to the new toolbar, starting with Toolbar1 and incrementing until a unique name is found.
Public Sub New( parent As MenuGroup )
public QuickAccessToolbar( MenuGroup parent );
Parameters |
Description |
MenuGroup parent |
Sets the parent. |
Comments? |