Asynchronously loads the next display in the display history, if there is one.

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

Syntax

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

Return Value

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

See Also