Version

IsFullScreenWhenMaximized Property

Returns or sets a boolean indicating whether the window will occupy the full monitor size when maximized.
Syntax
'Declaration
 
Public Property IsFullScreenWhenMaximized As Boolean
public bool IsFullScreenWhenMaximized {get; set;}
Remarks

Note: This property only affects the ToolWindow when it is hosted within a WPF window and its UseOSNonClientArea is false. Changing this property while the window is already maximized will not update the window. Also, since the OS will typically try to keep a maximized window such that it doesn't overlap the taskbar OS functionality like Aero Snap may still position the control considering the taskbar.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also