CommandBars |
Post Reply |
Author | |
rdeboer
Groupie Joined: 29 April 2004 Location: Netherlands Status: Offline Points: 81 |
Post Options
Thanks(0)
Posted: 29 April 2004 at 4:53am |
I load a commandbar which was created by the designer, no problem.
When viewing the menu and Toolbar, i can right-click on the commandbar, a menu appears with menu item 'Standard', and it is possible to make the toolbar invisible. I've set 'Customizable' to False everywhere, but the option still keeps displaying. How can I prevent that this menu item pops up? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Dim ToolBar As CommandBar
For Each ToolBar In CommandBars ToolBar.ContextMenuPresent = False Next |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |