Gets the number of lines to scroll when the mouse wheel is rotated.
[Visual Basic] Public Shared ReadOnly Property MouseWheelScrollLines As Integer [C#] public static int MouseWheelScrollLines {get;} [C++] public: __property static int get_MouseWheelScrollLines(); [JScript] public static function get MouseWheelScrollLines() : int;
The number of lines to scroll.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace