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) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
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