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;
true if the system natively supports the mouse wheel; otherwise, false.
Mouse wheel operations that occur through a Control object work even if the system does not natively support the wheel.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace