Executes the specified command from the runtime menu/ribbon.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
Parameters
- command
- Type: Ico.Gwx..::..RuntimeMenuCommands
The ID of the command to execute
- 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).
Return Value
True if command executed, false otherwise.
Implements
IGwxControlExecuteRuntimeMenuCommand(RuntimeMenuCommands, WindowTargetType, String)See Also