InfoConnect for Unisys
Delta Property


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
public int Delta {get;}

Property Value

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