BCGControlBar Library for .NET
MouseWheelSpeed Property




Gets or sets mouse wheel speed.
Syntax
'Declaration
 
Public Property MouseWheelSpeed As Integer
'Usage
 
Dim instance As GridControl
Dim value As Integer
 
instance.MouseWheelSpeed = value
 
value = instance.MouseWheelSpeed
public int MouseWheelSpeed {get; set;}
public: __property int get_MouseWheelSpeed();
public: __property void set_MouseWheelSpeed( 
   int value
);
public:
property int MouseWheelSpeed {
   int get();
   void set (    int value);
}
Remarks
If this property is 0 (default), the number of lines to scroll is taken from OS settings.
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

GridControl Class
GridControl Members

Send Feedback