06-03-2009 09:03 AM - edited 06-03-2009 09:04 AM
Hi,
I want to disable the right click menu for all the controls in my front panel.
I know that we can right click each of them individually and disable it.
But is there any other way of doing it all at once?
Thanks...
Solved! Go to Solution.
06-03-2009 09:15 AM - edited 06-03-2009 09:16 AM
06-03-2009 09:16 AM
06-03-2009 09:18 AM
06-03-2009 09:19 AM - edited 06-03-2009 09:20 AM
06-03-2009 09:22 AM
Hi manojpcw,
i didn't found a property or a method to do it with the reference, but you can use an event structure with the event "shortcut menu activation?". You can then discard this event. If you need it for a lot of controls, then you can register this event dynamically.
Hope it helps.
Mike