MultiRenameDataGetShortcutDescription Method |
Gets the description of a shortcut.
Namespace: Altaxo.Gui.Common.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string GetShortcutDescription(
string shortcut
)
Parameters
- shortcut String
- The shortcut.
Return Value
StringThe description of the shortcut. This has to be provided when registering the shortcut with one of the
Register..Shortcut functions.
See Also