SystemCommands Class
Defines routed commands that are common to window management.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
The SystemCommands type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | CloseWindowCommand | Gets a command that closes a window. |
![]() ![]() | MaximizeWindowCommand | Gets a command that maximizes a window. |
![]() ![]() | MinimizeWindowCommand | Gets a command that maximizes a window. |
![]() ![]() | RestoreWindowCommand | Gets a command that restores a window. |
![]() ![]() | ShowSystemMenuCommand | Gets a command that displays the system menu. |
| Name | Description | |
|---|---|---|
![]() ![]() | CloseWindow | Closes the specified window. |
![]() ![]() | MaximizeWindow | Maximizes the specified window. |
![]() ![]() | MinimizeWindow | Minimizes the specified window. |
![]() ![]() | RestoreWindow | Restores the specified widow. |
![]() ![]() | ShowSystemMenu | Displays the system menu for the specified window. |
The commands in the SystemCommands class represent a set of common commands that manage a Window. The properties in this class represent RoutedCommand objects and do not provide the implementation logic for the command. You can provide the logic for a command by binding the command with a CommandBinding. For more information, see How to: Hook Up a Command to a Control with No Command Support. Alternatively, the SystemCommands class provides static methods that implement the logic for the specified Window. You can pass a static method to a type that implements ICommand and that accepts a delegate. For more information, see the example in the InputBinding class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
