Parameters which are used in the Browser.MouseWheel(MouseWheelParams) method.
More...
Parameters which are used in the Browser.MouseWheel(MouseWheelParams) method.
DotNetBrowser.MouseWheelParams.MouseWheelParams |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
unitsToScroll, |
|
|
ScrollDirection |
scrollDirection |
|
) |
| |
Constructs a new MouseWheelParams instance.
- Parameters
-
x | x-coordinate of mouse position. |
y | y-coordinate of mouse position. |
unitsToScroll | units to sroll |
scrollDirection | scroll direction |
Modifier keys that are currently pressed
int DotNetBrowser.MouseWheelParams.UnitsToScroll |
|
getset |
int DotNetBrowser.MouseWheelParams.X |
|
getset |
X-coordinate of mouse position
int DotNetBrowser.MouseWheelParams.Y |
|
getset |
Y-coordinate of mouse position