Method wnd.getwnd.SiblingLeft(+ 1 overload)
Overload
Gets nearest visible sibling control to the left from this.
public wnd SiblingLeft()
Returns
wnd
|
Exceptions
AuWndException
This variable is invalid (window not found, closed, etc). |
Remarks
This function is used mostly with controls, but supports top-level windows too. Skips maximized/minimized windows and desktop.
Overload(top)
Gets a visible sibling control to the left from this.
public wnd SiblingLeft(int distance, int yOffset = 5, bool topChild = false)
Parameters
distance (int)
Horizontal distance from the left of this control. |
yOffset (int)
Vertical offset from the top of this control. If negative - up. Default 5. |
topChild (bool)
If at that point is a visible child of the sibling, get that child. Default |
Returns
wnd
|
Exceptions
AuWndException
This variable is invalid (window not found, closed, etc). |
Remarks
This function is used mostly with controls, but supports top-level windows too.