Click or drag to resize

MultiRenameDataGetShortcutDescription Method

Gets the description of a shortcut.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string GetShortcutDescription(
	string shortcut
)

Parameters

shortcut  String
The shortcut.

Return Value

String
The description of the shortcut. This has to be provided when registering the shortcut with one of the Register..Shortcut functions.
See Also