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

Parameters

delta
Type: SystemInt32
Move by steps if delta is negative move backward, else forward

Return Value

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