Is it possible to hide the RadMenuItem Shortcut from the user? I have shortcuts on my topmost menu items that I do not want my shortcut displayed. It looks rather ugly on the item.
Thanks
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 28 Dec 2011, 03:09 PM
Hi Shonda,
Thank you for writing.
You can hide the shortcut combination text from RadMenuItem, by setting the HintText property if the desired item to empty string:
this.radMenuItem2.HintText = "";
I hope that the provided information addresses your question. Should you have any other questions, do not hesitate to contact us.
Kind regards,
Stefan
the Telerik teamQ3’11 of RadControls for WinForms is available for download (see what's new). Get it today.