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.
Minimizes the specified window.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Shared Sub MinimizeWindow ( _
window As Window _
)
public static void MinimizeWindow(
Window window
)
public:
static void MinimizeWindow(
Window^ window
)
static member MinimizeWindow :
window:Window -> unit
public static function MinimizeWindow(
window : Window
)
Parameters
- window
Type: System.Windows.Window
The window to minimize.
.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.