IVsIntelliMouseHandler Interface
Visual Studio 2005
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
[InterfaceTypeAttribute(1)] [GuidAttribute("35A96FFB-7ED0-4D76-93CE-49BE83A9C91E")] public interface IVsIntelliMouseHandler
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("35A96FFB-7ED0-4D76-93CE-49BE83A9C91E") */
public interface IVsIntelliMouseHandler
InterfaceTypeAttribute(1) GuidAttribute("35A96FFB-7ED0-4D76-93CE-49BE83A9C91E") public interface IVsIntelliMouseHandler