Click or drag to resize
Xcalibur Systems LLC Logo

WindowHelperIsIconic Method

Determines whether the specified window is minimized (iconic).

IsIconic 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 IsIconic(
	IntPtr windowHandle
)

Parameters

windowHandle  IntPtr
A handle to the window to be tested.

Return Value

Boolean
If the window is iconic, the return value is nonzero.
See Also