IVsIntelliMouseHandler.HandleWheelButtonDown(IntPtr, UInt32) Method
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.
C++
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
- 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.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
cpp#
HRESULT IVsIntelliMouseHandler::HandleWheelButtonDown(
[in] HWND hwnd,
[in] DWORD dwStyle
);
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |