Intersoft ClientUI Documentation
Delta Property



Gets a value that indicates the amount that the mouse wheel has changed.
Syntax
Public ReadOnly Property Delta As Integer
Dim instance As MouseWheelEventArgs
Dim value As Integer
 
value = instance.Delta
public int Delta {get;}
public:
property int Delta {
   int get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MouseWheelEventArgs Class
MouseWheelEventArgs Members

Send Feedback