IVsIntelliMouseHandler::IsMouseWheelRotationMessage Method (UInt32)
Visual Studio 2015
Tests a Windows message to see if it is an Intellisense mouse wheel rotation message.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- msg
-
Type:
System::UInt32
[in] The Windows message to test.
Return Value
Type: System::Int32If the message is an Intellisense mouse wheel rotation message, returns S_OK. Otherwise, returns S_FALSE.
From vsshell.idl:
HRESULT IVsIntelliMouseHandler::IsMouseWheelRotationMessage(
[in] UINT msg
);
Show: