ShellControlConnectorIsMovePossible Method |
Checks if a move by delta steps in the history is possible.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool IsMovePossible(
int delta
)
Public Function IsMovePossible (
delta As Integer
) As Boolean
public:
bool IsMovePossible(
int delta
)
member IsMovePossible :
delta : int -> bool
Parameters
- delta
- Type: SystemInt32
Move by steps if delta is negative move backward, else forward
Return Value
Type:
BooleanTrue, if the cursor can be moved, false otherwise.
See Also