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
Hi i can manually sent event to Ribbon for example ProcessPreviewKey()
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 :(