Base class for commands that include target window parameters.

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

Syntax

C#
public abstract class WindowTargetCommandBase : GwxPickCommand
Visual Basic
Public MustInherit Class WindowTargetCommandBase _
	Inherits GwxPickCommand
JScript
public abstract class WindowTargetCommandBase extends GwxPickCommand

Remarks

Though this class is not sealed, deriving from this class is not supported for customers.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxPickCommand
            Ico.Gwx..::..WindowTargetCommandBase
              Ico.Gwx..::..CloseWindowCommand
              Ico.Gwx..::..HistoryBackCommand
              Ico.Gwx..::..HistoryForwardCommand
              Ico.Gwx..::..RuntimeMenuCommand
              Ico.Gwx..::..SetAliasesCommandBase
              Ico.Gwx..::..SetViewCommand

See Also