Click or drag to resize

ShellControlConnectorIsMovePossible Method

Checks if a move by delta steps in the history is possible.

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

Parameters

delta  Int32
Move by steps if delta is negative move backward, else forward

Return Value

Boolean
True, if the cursor can be moved, false otherwise.
See Also