Control System Button Menu |
Post Reply |
Author | |
rdeboer
Groupie Joined: 29 April 2004 Location: Netherlands Status: Offline Points: 81 |
Post Options
Thanks(0)
Posted: 05 November 2010 at 9:35am |
Hi, In the RibbonBar Example, an advanced menu system with subitems is used like the picture shows Is it also possible to use this menu system without using the ControlSystemButton? I'd like to view that menu by the press of a button or combobox. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Yes, its possible CommandBars.VisualTheme = xtpThemeRibbon Set ControlEdit = AddButton(CommandBars.ActiveMenuBar.Controls, xtpControlPopup, ID_MENU_EDIT) Dim P As CommandBar Set P = CommandBars.CreateCommandBar("CXTPRibbonSystemPopupBar") Set ControlEdit.CommandBar = P |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
rdeboer
Groupie Joined: 29 April 2004 Location: Netherlands Status: Offline Points: 81 |
Post Options
Thanks(0)
|
Thank you so much! Works like a charm!
|
|
Product: Xtreme Suite Pro (ActiveX) version 11
Platform: Windows XP SP3 (32bit) Language: Visual Basic 6.0 SP6 |
|
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 |