Type | Description | |||
PopupMenu | Assigns a PopupMenu to a MenuButton object |
Use the Menu property to assign a PopupMenu object to the MenuButton object.
The following sample assigns a drop down menu ( a PopupMenu ) to the MenuButton object:
With MenuButton1 Set .Menu = PopupMenu1 End With