Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- window
Type: System.Windows.Window
The window to restore.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.