-Thanks a lot!
Hello Achim,
I've attached a sample project that does what you want. Keep in mind that it's not the most efficient solution to the issue.
For each tool that has a custom shortcut you should assign one of the provided shortcuts. In code create a Dictionary<String,String> to store the keys and custom shortcuts for the tools. The creation filter will replace the text of the provided shortcut with the text of the custom shortcut.
Hi Dave,
thanks for your reply. A sample would be great, since the drawing and painting of the ui elements looks quite complex. I know of the existence of draw and creation filters, but avoided to use them till now ;-)
Maybe this could be a feature request for future IG releases - either support of the tab-syntax or a new property?
-- Achim
Hello,
Thank you for contacting Infragistics.
While using the tab character in the caption of a menuitem is not supported, it might be possible to do what you want with a CreationFilter.
http://help.infragistics.com/NetAdvantage/WinForms/2012.2/CLR4.0/?page=Win_Creation_Filter.html
I will work on creating a sample for you, but I provided you with the link in case you want to try to create one yourself.