![Xcalibur Systems LLC Logo](../icons/logo.png) |
WindowHelperIsIconic Method |
Namespace: Xcalibur.NativeMethods.V2.WindowsAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax[DllImportAttribute("user32.dll")]
public static bool IsIconic(
IntPtr windowHandle
)
<DllImportAttribute("user32.dll">]
Public Shared Function IsIconic (
windowHandle As IntPtr
) As Boolean
public:
[DllImportAttribute(L"user32.dll")]
static bool IsIconic(
IntPtr windowHandle
)
[<DllImportAttribute("user32.dll")>]
static member IsIconic :
windowHandle : IntPtr -> bool
Parameters
- windowHandle IntPtr
- A handle to the window to be tested.
Return Value
BooleanIf the window is iconic, the return value is nonzero.
See Also