Command used to execute a command from the application's runtime menu/ribbon.

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

Syntax

C#
public sealed class RuntimeMenuCommand : WindowTargetCommandBase
Visual Basic
Public NotInheritable Class RuntimeMenuCommand _
	Inherits WindowTargetCommandBase
JScript
public final class RuntimeMenuCommand extends WindowTargetCommandBase

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxPickCommand
            Ico.Gwx..::..WindowTargetCommandBase
              Ico.Gwx..::..RuntimeMenuCommand

See Also