IVsIntelliMouseHandler::HandleWheelButtonDown Method (IntPtr, UInt32)
Visual Studio 2015
Handle the Intellisense wheel button being pushed.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- hwnd
-
Type:
System::IntPtr
[in] The HWND of the active window.
- dwStyle
-
Type:
System::UInt32
[in] Bit flags, such as WS_VSCROLL, indicating which scrollbar styles are used. Set to zero (0) for defaults.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsIntelliMouseHandler::HandleWheelButtonDown( [in] HWND hwnd, [in] DWORD dwStyle );
Show: