GroupLab Widget Tap Library

Win32Helper.GetWindowAtPoint Method 

Gets the windowing system identifier for the window that occupies on the given point on the display, ignoring a specific window.

public static IntPtr GetWindowAtPoint(
   Point desktopLocation,
   IntPtr ignore,
   IntPtr substitute
);

Parameters

desktopLocation
A point on the display.
ignore
A window handle to ignore.
substitute
A window handle to substitute in place of the ignored window handle.

Return Value

A windowing system identifier, or Zero if none found.

See Also

Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace