Asynchronously loads a display in the display history, going forward a specified number of steps.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool HistoryForward(
	int steps
)
Visual Basic
Public Function HistoryForward ( _
	steps As Integer _
) As Boolean
JScript
public function HistoryForward(
	steps : int
) : boolean

Parameters

steps
Type: System..::..Int32
The number of steps to go forward in the history.

Return Value

The if the load operation was successfully started, false otherwise.

See Also