SystemCommands.MaximizeWindowCommand 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 MaximizeWindowCommand As RoutedCommand
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)

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