QAT - Trap QUICKACCESSBELOW Event |
Post Reply |
Author | |
Asim
Newbie Joined: 27 March 2009 Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 25 May 2011 at 6:16am |
Hi; I have attached the Ribbon in my MDI application. Now i need to Catch the QuickAccessToolbar's ContextMenu Events: 1. By putting that ON_COMMAND(XTP_ID_RIBBONCUSTOMIZE, OnCustomizeQuickAccess) , i am able to catch the "More Commands..." event. 2. Now how can i catch the XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW event. i used this:- ON_COMMAND(XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW, OnCustomizeQuickAccess) But can't catch the event. Ques : How to Trap the Command Event for :- XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW ?Thnx
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Yes, this event RibbonBar catch manually and don't send down. As solution you can create class derived from CXTPRibbonBar and catch this even there.
|
|
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 |