ChildWindowFromPoint(IntPtr, NativePoint)
|
Determines which, if any, of the child windows belonging to a parent window contains the specified point.
The search is restricted to immediate child windows. Grandchildren, and deeper descendant windows are not searched.
To skip certain child windows, use the ChildWindowFromPointEx(IntPtr, NativePoint, WindowSkipOptions) function.
|
ChildWindowFromPoint(IntPtr, Point)
|
Determines which, if any, of the child windows belonging to a parent window contains the specified point.
The search is restricted to immediate child windows. Grandchildren, and deeper descendant windows are not searched.
To skip certain child windows, use the ChildWindowFromPointEx(IntPtr, NativePoint, WindowSkipOptions) function.
|