Hi,
I've got a question about the "Enter" shortcut on Ribbonbar. Normally, for the filter, we can use "F5" button as a shortcut, but my client would use "Enter" key. Is it possible or does there exist any workaround to replace "F5" or add an additional "Enter" key as a shortcut to the clicked event?
The better solution, is it's possible to set more than one shortcut to the RibbonBar shortcut property?
Pawel
Maybe my question wasn't clear. But I resolved my problem by overriding pbm_keydown event.
Thank you for helping
Regards,
Pawel
Glad you solved it. FYI: for the enter key there's a dedicated event called "pbm_processenter" (if I remember well).
regards.