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