IVsIntelliMouseHandler.HandleWheelButtonDown(IntPtr, UInt32) Method

Definition

Handle the Intellisense wheel button being pushed.

C++
public:
 int HandleWheelButtonDown(IntPtr hwnd, System::UInt32 dwStyle);

Parameters

hwnd
IntPtr

[in] The HWND of the active window.

dwStyle
UInt32

[in] Bit flags, such as WS_VSCROLL, indicating which scrollbar styles are used. Set to zero (0) for defaults.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

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

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022