IVsIntelliMouseHandler.HandleWheelButtonDown(IntPtr, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handle the Intellisense wheel button being pushed.
public:
int HandleWheelButtonDown(IntPtr hwnd, System::UInt32 dwStyle);
public int HandleWheelButtonDown (IntPtr hwnd, uint dwStyle);
abstract member HandleWheelButtonDown : nativeint * uint32 -> int
Public Function HandleWheelButtonDown (hwnd As IntPtr, dwStyle As UInteger) As Integer
Parameters
- hwnd
-
IntPtr
nativeint
[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:
HRESULT IVsIntelliMouseHandler::HandleWheelButtonDown(
[in] HWND hwnd,
[in] DWORD dwStyle
);