Localizing the Text for the Shortcut Key
In This Topic
To localize the text for the Shortcut Key, complete the following steps:
- Add a C1MainMenu control to your form.
- Right-click on the control and select Edit from the context menu.
- Click OK in the Link to Command dialog box.
- Select C1CommandLink2 from the Properties drop-down list.
- Right-click on the New Command and select Edit from the context menu. Enter File in the text textbox and then click OK.
- In the Properties window, locate and expand the C1CommandLink2.Command node.
- Select the C1CommandLink2.Shortcut property and choose F3 from the drop-down list.
- Select the C1CommandLink2.ShortcutText property and set it to F3, for this topic.
The text for the shortcut will appear as in the following image:
See Also