ShellBrowser .Net Edition
IsMovePossible Method (delta)
NamespacesJam.ShellShellControlConnectorIsMovePossible(Int32)
Checks if a move by delta steps in the history is possible.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsMovePossible(
	int delta
)
Public Function IsMovePossible ( _
	delta As Integer _
) As Boolean
public:
bool IsMovePossible(
	int delta
)
Parameters
delta (Int32)
Move by steps if delta is negative move backward, else forward
Return Value
True, if the cursor can be moved, false otherwise.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)