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.0
Syntax
public void MoveInHistory(
	int delta
)

Parameters

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