IVsIntelliMouseHandler.IsMouseWheelRotationMessage Method

Tests a Windows message to see if it is an Intellisense mouse wheel rotation message.

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

Syntax

‘선언
Function IsMouseWheelRotationMessage ( _
    msg As UInteger _
) As Integer
‘사용 방법
Dim instance As IVsIntelliMouseHandler
Dim msg As UInteger
Dim returnValue As Integer

returnValue = instance.IsMouseWheelRotationMessage(msg)
int IsMouseWheelRotationMessage(
    uint msg
)
int IsMouseWheelRotationMessage(
    [InAttribute] unsigned int msg
)
abstract IsMouseWheelRotationMessage : 
        msg:uint32 -> int 
function IsMouseWheelRotationMessage(
    msg : uint
) : int

Parameters

Return Value

Type: System.Int32
If the message is an Intellisense mouse wheel rotation message, returns S_OK. Otherwise, returns S_FALSE.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsIntelliMouseHandler::IsMouseWheelRotationMessage(
   [in] UINT msg
);

.NET Framework Security

See Also

Reference

IVsIntelliMouseHandler Interface

IVsIntelliMouseHandler Members

Microsoft.VisualStudio.Shell.Interop Namespace