Click here to Skip to main content
16,004,647 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a project using ribbon component and need to disable right click menu. Tried playing with creating class inheriting from ribbon and changing behaviour of right click but it looks more complex than changing just one event as it looks like several are connected.

Im programing in Builder 2010.

Any ideas?
Posted

1 solution

Override WNDProc method and disable right click event
 
Share this answer
 
Comments
mateusz.matyaszek 7-Oct-10 5:08am    
Can you be more specific? Overriding methods of existing components is not what I do everyday :)
Example of overriden method(s) would be great.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900