Sets new local alias values for the currently loaded display.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
Visual Basic |
---|
Public Function SetAliasValues ( _
aliasCommandType As AliasCommandType, _
aliasCommandData As String, _
targetType As WindowTargetType, _
targetName As String _
) As Boolean |
JScript |
---|
public final function SetAliasValues(
aliasCommandType : AliasCommandType,
aliasCommandData : String,
targetType : WindowTargetType,
targetName : String
) : boolean |
Parameters
- aliasCommandType
- Type: Ico.Gwx..::..AliasCommandType
The alias command type. See AliasCommandType.
- aliasCommandData
- Type: System..::..String
The alias command data. See AliasCommandType.
- targetType
- Type: Ico.Gwx..::..WindowTargetType
See Open(String, WindowTargetType, String, GwxWindowProperties, AliasCommandType, String, String).
- targetName
- Type: System..::..String
See Open(String, WindowTargetType, String, GwxWindowProperties, AliasCommandType, String, String).
Return Value
True for success, false otherwise.
Implements
IGwxControlSetAliasValues(AliasCommandType, String, WindowTargetType, String)See Also