Click or drag to resize

ShellControlConnectorMoveInHistory Method

Move the pointer in the History by delta items. If delta is positive, move forward. Move backward if delta is negative.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public void MoveInHistory(
	int delta
)

Parameters

delta  Int32
The steps to move the history cursor.
See Also