Click or drag to resize

WindowCommands Class

Routed commands for window management.
Inheritance Hierarchy
SystemObject
  TomsToolbox.WpfWindowCommands

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static class WindowCommands

The WindowCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberClose
Gets the close window command.
Public propertyStatic memberMaximize
Gets the maximize window command.
Public propertyStatic memberMinimize
Gets the minimize window command.
Public propertyStatic memberRestore
Gets the restore window command.
Top
See Also