PyCWnd.ChildWindowFromPoint
PyCWnd = ChildWindowFromPoint(x, y
, flag
)
Returns the child window that contains the point
Parameters
x : int
x coordinate of pointy : int
y coordinate of pointflag=0 : int
Specifies which child windows to skip
MFC References
CWnd::ChildWindowFromPoint