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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void MoveInHistory(
	int delta
)

Parameters

delta
Type: SystemInt32
The steps to move the history cursor.
See Also