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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void MoveInHistory(
int delta
)
Public Sub MoveInHistory (
delta As Integer
)
public:
void MoveInHistory(
int delta
)
member MoveInHistory :
delta : int -> unit Parameters
- delta Int32
- The steps to move the history cursor.
See Also