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

Gets whether the system natively supports the mouse wheel in newer mice.

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

Property Value

true if the system natively supports the mouse wheel; otherwise, false.

Remarks

Mouse wheel operations that occur through a Control object work even if the system does not natively support the wheel.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace