IVsIntelliMouseHandler.HandleWheelButtonDown Method

Handle the Intellisense wheel button being pushed.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
Function HandleWheelButtonDown ( _
    hwnd As IntPtr, _
    dwStyle As UInteger _
) As Integer
‘사용 방법
Dim instance As IVsIntelliMouseHandler
Dim hwnd As IntPtr
Dim dwStyle As UInteger
Dim returnValue As Integer

returnValue = instance.HandleWheelButtonDown(hwnd, _
    dwStyle)
int HandleWheelButtonDown(
    IntPtr hwnd,
    uint dwStyle
)
int HandleWheelButtonDown(
    [InAttribute] IntPtr hwnd, 
    [InAttribute] unsigned int dwStyle
)
abstract HandleWheelButtonDown : 
        hwnd:IntPtr * 
        dwStyle:uint32 -> int 
function HandleWheelButtonDown(
    hwnd : IntPtr, 
    dwStyle : uint
) : int

Parameters

  • dwStyle
    Type: System.UInt32
    [in] Bit flags, such as Window Styles, indicating which scrollbar styles are used. Set to zero (0) for defaults.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsIntelliMouseHandler::HandleWheelButtonDown(
   [in] HWND hwnd, 
   [in] DWORD dwStyle
);

.NET Framework Security

See Also

Reference

IVsIntelliMouseHandler Interface

IVsIntelliMouseHandler Members

Microsoft.VisualStudio.Shell.Interop Namespace