Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - QAT - Trap QUICKACCESSBELOW Event
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

QAT - Trap QUICKACCESSBELOW Event

 Post Reply Post Reply
Author
Message
Asim View Drop Down
Newbie
Newbie


Joined: 27 March 2009
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote Asim Quote  Post ReplyReply Direct Link To This Post Topic: QAT - Trap QUICKACCESSBELOW Event
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 27 May 2011 at 3:34am
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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.