NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.MouseWheelScrollLines

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;

Property Value

The number of lines to scroll.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace