Asynchronously loads a display in the display history, going back 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 HistoryBack(
	int steps
)
Visual Basic
Public Function HistoryBack ( _
	steps As Integer _
) As Boolean
JScript
public function HistoryBack(
	steps : int
) : boolean

Parameters

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

Return Value

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

See Also