I notice that the Actipro ribbon controls all override a OnKeyTipAccessed method to provide the action performed when a key tip is invoked (such as clicking the button or giving focus).
I guess this means that I can only assign a keytip to Actipro's controls and not standard WPF controls, of any of my own making? I thought perhaps KeyTipService may be the answer, but this just seems to give me the KeyTip visuals with no way to control the behaviour.
Maybe if KeyTipService exposed an attached event it would allow me to assign and handle a KeyTip on a non Actipro control?
Tim Mawson
I guess this means that I can only assign a keytip to Actipro's controls and not standard WPF controls, of any of my own making? I thought perhaps KeyTipService may be the answer, but this just seems to give me the KeyTip visuals with no way to control the behaviour.
Maybe if KeyTipService exposed an attached event it would allow me to assign and handle a KeyTip on a non Actipro control?
Tim Mawson