Hi, i have problem that when Ribbon do not have focus it is not precessing HotKeys (Alt, AnyKey).
But if in ProcessKeyPreview() set focus for Ribbon and pass message to ribbon then it handles this key press, but it is not good to always put focus before keyprocessing.
Oleg
Hello Mastahh,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.
There is a bug with Ribbon. If there are Ribbon + UltraGrid then it is not possible to use Ribbon Short cuts ALT key shows KeyTips, but they are not working :(
I event tried to sent PreviewKey manually to Ribbon, not success.
It i Put Ribbon focus then it is working but then UltraGridView do not handles any keys :(
Hi i can manually sent event to Ribbon for example ProcessPreviewKey()