Click or drag to resize

IndexSelectionSelect Method

Selects the specified index nIndex, mimicking the behavior when using CTRL and SHIFT keys.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Select(
	int nIndex,
	bool isShiftKeyActive,
	bool isControlKeyActive
)

Parameters

nIndex  Int32
Index to select.
isShiftKeyActive  Boolean
Set to true if the shift key is pressed. If the control key is pressed, this parameter is ignored.
isControlKeyActive  Boolean
Set to true if the control key is pressed.
See Also