if (Keyboard.Modifiers.HasFlag(ModifierKeys.Control) && e.Key == Key.F)
{
e.SuppressDefaultAction = true;
}
}
This will not disable the pop, but disable the key gesture associated with it. If you don't want this pop up to be usable by your clients remove the appropriate button in the RibbonView as well.
If you have any other questions get back to us.
Kind regards,
Andrew
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>