Share via


IPointerInactive.OnInactiveMouseMove Method

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

Syntax

'Declaration
Sub OnInactiveMouseMove ( _
    pRectBounds As RECT(), _
    x As Integer, _
    y As Integer, _
    grfKeyState As UInteger _
)
void OnInactiveMouseMove(
    RECT[] pRectBounds,
    int x,
    int y,
    uint grfKeyState
)
void OnInactiveMouseMove(
    [InAttribute] array<RECT>^ pRectBounds, 
    [InAttribute] int x, 
    [InAttribute] int y, 
    [InAttribute] unsigned int grfKeyState
)
abstract OnInactiveMouseMove : 
        pRectBounds:RECT[] * 
        x:int * 
        y:int * 
        grfKeyState:uint32 -> unit 
function OnInactiveMouseMove(
    pRectBounds : RECT[], 
    x : int, 
    y : int, 
    grfKeyState : uint
)

Parameters

.NET Framework Security

See Also

Reference

IPointerInactive Interface

Microsoft.VisualStudio.OLE.Interop Namespace