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.1
Syntax public void MoveInHistory(
int delta
)
Public Sub MoveInHistory (
delta As Integer
)
public:
void MoveInHistory(
int delta
)
member MoveInHistory :
delta : int -> unit
Parameters
- delta
- Type: SystemInt32
The steps to move the history cursor.
See Also