Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / MouseEventArgsEx Class / Delta Property


In This Topic
Delta Property
In This Topic
Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel.
Syntax
'Declaration
 
Public ReadOnly Property Delta As Integer
 
'Usage
 
Dim instance As MouseEventArgsEx
Dim value As Integer
 
value = instance.Delta

Property Value

A signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant.
See Also