This property sets whether the mouse wheel can be used to scroll
[Visual Basic]   imagekitcontrolname.MouseWheel [= MouseWheelConstants ]
[Visual C++]     [long = ]imagekitcontrolname.GetMouseWheel()
                 imagekitcontrolname.SetMouseWheel(long Val)
[VB.NET]   imagekitcontrolname.MouseWheel [= ImageKit10(A)Lib.MouseWheelConstants ]
[C#.NET]   imagekitcontrolname.MouseWheel [= ImageKit10(A)Lib.MouseWheelConstants ]

* ImageKit10ALib refers to the ANSI version, ImageKit10Lib refers to the Unicode version.

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 (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 (ikDisable).
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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation