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