Method wnd.getwnd.SiblingRight(+ 1 overload)
Overload
Gets nearest visible sibling control to the right from this.
public wnd SiblingRight()
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 right from this.
public wnd SiblingRight(int distance, int yOffset = 5, bool topChild = false)
Parameters
|
distance (int)
Horizontal distance from the right 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.