IVsIntelliMouseHandler Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | DeleteBitmap_(UInt32) | Deletes the bitmap used for panning with the Intellisense mouse. |
![]() | DrawBitmap_(UInt32, Int32) | Draws or erases the bitmap used for panning with the Intellisense mouse. |
![]() | GetMouseWheelMsg_(UInt32) | Get the most recent message about the Intellisense mouse wheel. |
![]() | HandleWheelButtonDown(IntPtr, UInt32) | Handle the Intellisense wheel button being pushed. |
![]() | HandleWheelRotation(IntPtr, UInt32, UInt32) | If the Intellisense mouse wheel has been moved, respond to the movement. |
![]() | IsMouseWheelRotationMessage(UInt32) | Tests a Windows message to see if it is an Intellisense mouse wheel rotation message. |
![]() | LoadBitmap_(IntPtr, UInt32, UInt32, POINT, UInt32) | Load the bitmap to display for panning with the Intellisense mouse. Once loaded, you then draw the bitmap with DrawBitmap_. |
![]() | MouseWheelPresent() | Indicates whether or not there is an Intellisense mouse wheel in use. |
![]() | SetMouseCursor_(POINT, POINT, UInt32, UInt32) | Sets the cursor base where the mouse is currently located. |
Show:
