Executes the specified command from the runtime menu/ribbon.

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

Syntax

C#
public bool ExecuteRuntimeMenuCommand(
	RuntimeMenuCommands command,
	WindowTargetType targetType,
	string targetName
)
Visual Basic
Public Function ExecuteRuntimeMenuCommand ( _
	command As RuntimeMenuCommands, _
	targetType As WindowTargetType, _
	targetName As String _
) As Boolean
JScript
public final function ExecuteRuntimeMenuCommand(
	command : RuntimeMenuCommands, 
	targetType : WindowTargetType, 
	targetName : String
) : boolean

Return Value

True if command executed, false otherwise.

Implements

IGwxControlExecuteRuntimeMenuCommand(RuntimeMenuCommands, WindowTargetType, String)

See Also