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.3572.0 (4.8.3572.0)
Syntax
C#
public void Select(
	int nIndex,
	bool isShiftKeyActive,
	bool isControlKeyActive
)

Parameters

nIndex  Int32
The index to select.
isShiftKeyActive  Boolean
Set to if the SHIFT key is pressed. If the CTRL key is pressed, this parameter is ignored.
isControlKeyActive  Boolean
Set to if the CTRL key is pressed.
See Also