Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
Set Key Tip to 'M' but shows 'M1'
posted

Hi, experts,

 I have a ApplicationMenu2010, and with multiple items in it. Every item has several buttons. I manually set their key tips by code below:

<Button ...>

<igRibbon:ApplicationMenu2010Item.KeyTipProvider>
<igRibbon:ElementKeyTipProvider KeyTip="M" />
</igRibbon:ApplicationMenu2010Item.KeyTipProvider>

</Button>

I may have 2 buttons that use same key tip (M) but in different items.

Something really weird is in the first item, the button with key tip 'M' shows 'M1'.

Any ideas about why this happened please?

Thanks,

Nathan 

Parents Reply Children