IVsIntelliMouseHandler::HandleWheelButtonDown Method (IntPtr, UInt32)

 

Handle the Intellisense wheel button being pushed.

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

int HandleWheelButtonDown(
	IntPtr hwnd,
	unsigned int dwStyle
)

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::Int32

If 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
);
Return to top
Show: