[Visual
Basic] imagekitcontrolname.MouseWheel
[= MouseWheelConstants ]
[Visual
C++] [long =
]imagekitcontrolname.GetMouseWheel()
imagekitcontrolname.SetMouseWheel(long Val)
imagekitcontrolname.SetMouseWheel(long Val)
Property Value
Value | Explanation |
---|---|
0 | Disables scrolling with the mouse wheel |
1 | Mouse scrolls in a vertical direction |
2 | Mouse scrolls in a horizontal direction |
It is also possible to use the following constants in Visual Basic (ikDisable = 0, ikVertical = 1, ikHorizontal = 2).
Explanation
The MouseWheel property sets whether the mouse wheel can
be used to scroll. To enable the mouse wheel to scroll, set this
property to a value other than 0.
When using this property in Visual Basic.NET or Visual C#.NET,
describe this property as the CtlMouseWheel.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.