Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool HistoryBack(
WindowTargetType targetType,
string targetName,
int steps
) |
Visual Basic |
---|
Public Function HistoryBack ( _
targetType As WindowTargetType, _
targetName As String, _
steps As Integer _
) As Boolean |
JScript |
---|
public final function HistoryBack(
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 back in the history.
Return Value
True if "back" command executed, false otherwise.
Implements
IGwxControlHistoryBack(WindowTargetType, String, Int32)See Also