Hi,
is there a way of localizing the shortcuts (e.g. Ctrl+C) of toolbar commands?
Thanks in advance,Bernhard
Shortcut property of C1Command accepts an object of a System.Windows.Forms.Shortcut type and it accepts any of the predefined values for it.
You may check MSDN resources to know more about System.Windows.Forms.Shortcut class.
-Dave.
<Nargaff> wrote in message news:210243@10.0.1.98... Hi, is there a way of localizing the shortcuts (e.g. Ctrl+C) of toolbar commands? Thanks in advance,Bernhard http://helpcentral.componentone.com/cs/forums/p/76959/210243.aspx#210243
thanks for the answer but I think my first post is misleading. I don't want to know how to localize the shortcut, but how to localize the string for the shortcut that displayed in the command's tooltip.
Sorry for being so unclearBernhard
I found that there is no such property exposed to set shortcut string, of command object.
Therefore it seems currently we can not localize the string which is used by the control to show shortcuts.
I apologize for the inconvenience this has caused to you.
<Nargaff> wrote in message news:210416@10.0.1.98... Hi, thanks for the answer but I think my first post is misleading. I don't want to know how to localize the shortcut, but how to localize the string for the shortcut that displayed in the command's tooltip. Sorry for being so unclearBernhard http://helpcentral.componentone.com/cs/forums/p/76959/210416.aspx#210416
thanks for the answer. So we will have to work around it.
RegardsBernhard