DockCommands Class

DevZest WPF Docking

DockCommands Class
Provides a standard set of docking related commands.
Inheritance Hierarchy
SystemObject  DevZest.Windows.DockingDockCommands

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static class DockCommands
Public NotInheritable Class DockCommands

The DockCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberMakeFloating
Gets the value that represents the Make Floating command.
Public propertyStatic memberPerformClose
Gets the value that represents the Perform Close command.
Public propertyStatic memberRedo
Gets the value that represents the Redo command.
Public propertyStatic memberShow
Gets the value that represents the Show command.
Public propertyStatic memberToggleAutoHide
Gets the value that represents the Toggle Auto Hide command.
Public propertyStatic memberToggleFloating
Gets the value that represents the Toggle Floating command.
Public propertyStatic memberToggleWindowState
Gets the value that represents the Toggle Window State command.
Public propertyStatic memberUndo
Gets the value that represents the Undo command.
Top
See Also