SystemCommands.RestoreWindow Method

Restores the specified widow.

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

Syntax

'Declaration
Public Shared Sub RestoreWindow ( _
    window As Window _
)
public static void RestoreWindow(
    Window window
)
public:
static void RestoreWindow(
    Window^ window
)
static member RestoreWindow : 
        window:Window -> unit 
public static function RestoreWindow(
    window : Window
)

Parameters

.NET Framework Security

See Also

Reference

SystemCommands Class

Microsoft.Windows.Shell Namespace