Asynchronously loads the next display in the display history, if there is one. 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 HistoryBack(
	WindowTargetType targetType,
	string targetName
)
Visual Basic
Public Function HistoryBack ( _
	targetType As WindowTargetType, _
	targetName As String _
) As Boolean
JScript
public final function HistoryBack(
	targetType : WindowTargetType, 
	targetName : String
) : boolean

Return Value

True if "back" command executed, false otherwise.

Implements

IGwxControlHistoryBack(WindowTargetType, String)

See Also