public interface ScrollBarReal extends Control
Modifier and Type | Method and Description |
---|---|
double |
getwMax()
Returns the maximum position of the scroll bar thumb.
|
double |
getwMin()
Returns the minimum position of the scroll bar thumb.
|
double |
getwPosition()
Returns the position of the scroll bar thumb.
|
void |
setwPosition(double value)
Returns the position of the scroll bar thumb.
|
click, click, click, clickM, clickM, clickM, clickR, clickR, clickR, dblClick, dblClick, dblClick, dblClickM, dblClickM, dblClickM, dblClickR, dblClickR, dblClickR, drag, drag, dragM, dragM, dragR, dragR, getEnabled, getHeight, getScreenLeft, getScreenTop, getVisible, getVisibleOnScreen, getWidth, hoverMouse, hoverMouse, keys, mouseWheel, mouseWheel, screenToWindow, windowToScreen
find, find, find, findAll, findAll, getChildren, getParent, tryFind, tryFind, tryFind, waitProperty, waitProperty
picture, picture, picture
callMethod, callMethod, cast, getProperty, setProperty, toString
double getwPosition() throws InvocationException, HttpException
InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void setwPosition(double value) throws InvocationException, HttpException
value
- Position of the scroll bar thumb.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.double getwMin() throws InvocationException, HttpException
InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.double getwMax() throws InvocationException, HttpException
InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.