Freigeben über


SystemCommands.MaximizeWindowCommand-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 MaximizeWindowCommand As RoutedCommand
    Get
    Private Set
public static RoutedCommand MaximizeWindowCommand { get; private set; }
public:
static property RoutedCommand^ MaximizeWindowCommand {
    RoutedCommand^ get ();
    private: void set (RoutedCommand^ value);
}
static member MaximizeWindowCommand : RoutedCommand with get, private set
static function get MaximizeWindowCommand () : RoutedCommand
private static function set MaximizeWindowCommand (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