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.MouseWheelPresent

Gets whether there is a mouse with a mouse wheel installed on this machine.

[Visual Basic]
Public Shared ReadOnly Property MouseWheelPresent As Boolean
[C#]
public static bool MouseWheelPresent {get;}
[C++]
public: __property static bool get_MouseWheelPresent();
[JScript]
public static function get MouseWheelPresent() : Boolean;

Property Value

true if a mouse with a mouse wheel is installed; otherwise, false.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace