SystemCommands.MinimizeWindowCommand Property

Gets a command that maximizes a window.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Shared Property MinimizeWindowCommand As RoutedCommand
public static RoutedCommand MinimizeWindowCommand { get; private set; }
public:
static property RoutedCommand^ MinimizeWindowCommand {
    RoutedCommand^ get ();
    private: void set (RoutedCommand^ value);
}
static member MinimizeWindowCommand : RoutedCommand with get, private set
static function get MinimizeWindowCommand () : RoutedCommand
private static function set MinimizeWindowCommand (value : RoutedCommand)

Property Value

Type: System.Windows.Input.RoutedCommand
A command that maximizes a window.

.NET Framework Security

See Also

Reference

SystemCommands Class

Microsoft.Windows.Shell Namespace