DevZest WPF Docking
DockCommands Class |
Provides a standard set of docking related commands.
Inheritance Hierarchy
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The DockCommands type exposes the following members.
Properties
Name | Description | |
---|---|---|
MakeFloating | Gets the value that represents the Make Floating command. | |
PerformClose | Gets the value that represents the Perform Close command. | |
Redo | Gets the value that represents the Redo command. | |
Show | Gets the value that represents the Show command. | |
ToggleAutoHide | Gets the value that represents the Toggle Auto Hide command. | |
ToggleFloating | Gets the value that represents the Toggle Floating command. | |
ToggleWindowState | Gets the value that represents the Toggle Window State command. | |
Undo | Gets the value that represents the Undo command. |
See Also