Click or drag to resize

MultiRenameDataRegisterIntegerShortcut Method

Registers an integer shortcut.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RegisterIntegerShortcut(
	string shortcut,
	Func<Object, int, int> valueGetter,
	string descriptionText
)

Parameters

shortcut  String
The shortcut string (without square brackets).
valueGetter  FuncObject, Int32, Int32
The function that provided the integer 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