Share via


SystemCommands.RestoreWindowCommand Property

Gets a command that restores a window.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SystemCommands Class

Microsoft.Windows.Shell Namespace