Freigeben über


SystemCommands.MinimizeWindowCommand-Eigenschaft

Ruft einen Befehl ab, der ein Fenster maximiert.

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

Syntax

'Declaration
Public Shared Property MinimizeWindowCommand As RoutedCommand
    Get
    Private Set
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)

Eigenschaftswert

Typ: System.Windows.Input.RoutedCommand
Ein Befehl, der ein Fenster maximiert.

.NET Framework-Sicherheit

Siehe auch

Referenz

SystemCommands Klasse

Microsoft.Windows.Shell-Namespace