Method wnd.ChildFromXY(+ 1 overload)
Overload
Gets descendant control from point.
public wnd ChildFromXY(Coord x, Coord y, WXYCFlags flags = 0)
Parameters
|
x (Coord)
X coordinate in client area or screen (if flag |
|
y (Coord)
Y coordinate. |
|
flags (WXYCFlags)
Enum: OrThis, ScreenXY, DirectChild, Inside. |
Returns
|
wnd
By default returns |
Exceptions
|
AuWndException
This variable is invalid (window not found, closed, etc). |
Overload(top)
Gets descendant control from point.
public wnd ChildFromXY(POINT p, WXYCFlags flags = 0)
Parameters
|
p (POINT)
Coordinates in client area or screen (if flag |
|
flags (WXYCFlags)
Enum: OrThis, ScreenXY, DirectChild, Inside. |
Returns
|
wnd
By default returns |
Exceptions
|
AuWndException
This variable is invalid (window not found, closed, etc). |