Click or drag to resize

MultiRenameDataGetIntegerValueOfShortcut Method

Gets the integer value of a integer shortcut.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int GetIntegerValueOfShortcut(
	string shortcut,
	int originalListIndex,
	int currentSortIndex
)

Parameters

shortcut  String
The shortcut (has to be registered as integer shortcut before).
originalListIndex  Int32
Index of the object in the internal list.
currentSortIndex  Int32
Current index of the object, for instance in a Gui list that can be sorted by a column.

Return Value

Int32
The value of the integer shortcut, i.e. an integer value that is associated with the object itself or with its position in the list.
See Also