WindowsUtilitiesWindowFromPoint Method |
Retrieves a handle to the window that contains the specified point.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr WindowFromPoint(
POINT point
)
Parameters
- point
- Type: ShellBoost.Core.WindowsShellPOINT
The point to be checked.
Return Value
Type:
IntPtrA handle to the window that contains the point or IntPtr.Zero
See Also