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;
true if a mouse with a mouse wheel is installed; otherwise, false.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace