Asynchronously loads a display in the display history, going forward a specified number of steps. See remarks for Open(String, WindowTargetType, String, GwxWindowProperties, AliasCommandType, String, String).

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

Syntax

C#
public bool HistoryForward(
	WindowTargetType targetType,
	string targetName,
	int steps
)
Visual Basic
Public Function HistoryForward ( _
	targetType As WindowTargetType, _
	targetName As String, _
	steps As Integer _
) As Boolean
JScript
public final function HistoryForward(
	targetType : WindowTargetType, 
	targetName : String, 
	steps : int
) : boolean

Parameters

targetType
Type: Ico.Gwx..::..WindowTargetType
See remarks for Open(String, WindowTargetType, String, GwxWindowProperties, AliasCommandType, String, String).
targetName
Type: System..::..String
See remarks for Open(String, WindowTargetType, String, GwxWindowProperties, AliasCommandType, String, String).
steps
Type: System..::..Int32
The number of steps to go forward in the history.

Return Value

True if "forward" command executed, false otherwise.

Implements

IGwxControlHistoryForward(WindowTargetType, String, Int32)

See Also