MultiRenameDataRegisterStringShortcut Method |
Registers a string shortcut.
Namespace: Altaxo.Gui.Common.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RegisterStringShortcut(
string shortcut,
Func<Object, int, string> valueGetter,
string descriptionText
)
Parameters
- shortcut String
- The shortcut string (without square brackets).
- valueGetter FuncObject, Int32, String
- The function that provided the string value of this shortcut, given the object itself (1st argument) and its current index in a Gui list (2nd argument).
- descriptionText String
- Some text that describes the shortcut.
See Also