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 ScreenXY). Examples: |
y (Coord)
Y coordinate. |
flags (WXYCFlags) |
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
Returns
wnd
By default returns |
Exceptions
AuWndException
This variable is invalid (window not found, closed, etc). |