Click or drag to resize

MultiRenameDataRegisterStringShortcut Method

Registers a string shortcut.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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