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
PS: the buttons is in the right side as tab item content, not in item header.