Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Enables a package to make full use of IntelliMouse functionality. Used in shell clients implementing some of their own functionality. You can get an instance of the interface from the SVsIntelliMouseHandler (SID_SVsIntelliMouseHandler) service.
The IVsIntelliMouseHandler type exposes the following members.
Methods
Name
Description
Deletes the bitmap used for panning with the Intellisense mouse.
Draws or erases the bitmap used for panning with the Intellisense mouse.
Get the most recent message about the Intellisense mouse wheel.
Handle the Intellisense wheel button being pushed.
If the Intellisense mouse wheel has been moved, respond to the movement.
Tests a Windows message to see if it is an Intellisense mouse wheel rotation message.
Load the bitmap to display for panning with the Intellisense mouse. Once loaded, you then draw the bitmap with DrawBitmap_.
Indicates whether or not there is an Intellisense mouse wheel in use.
Sets the cursor base where the mouse is currently located.
Top