SystemCommands.RestoreWindowCommand Property

Definition

Gets a command that restores a window.

public:
 static property System::Windows::Input::RoutedCommand ^ RestoreWindowCommand { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand RestoreWindowCommand { get; }
static member RestoreWindowCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property RestoreWindowCommand As RoutedCommand

Property Value

A command that restores a window.

Applies to