Click or drag to resize
Xcalibur Systems LLC Logo

WindowHelperIsZoomed Method

Determines whether a window is maximized.

IsZoomed function


Namespace: Xcalibur.NativeMethods.V2.Windows
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("user32.dll")]
public static bool IsZoomed(
	IntPtr windowHandle
)

Parameters

windowHandle  IntPtr
A handle to the window to be tested.

Return Value

Boolean
See Also