GroupLab Widget Tap Library

Win32Helper.IsWindow Method 

Determines if a given window handle refers to an existing windowing system window on the display.

public static bool IsWindow(
   IntPtr windowHandle
);

Parameters

windowHandle
A window handle.

Return Value

true if given window handle refers to an existing window on the display.

See Also

Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace