IPointerInactive::OnInactiveMouseMove Method (array<RECT>^, Int32, Int32, UInt32)

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

void OnInactiveMouseMove(
	array<RECT>^ pRectBounds,
	int x,
	int y,
	unsigned int grfKeyState
)

Parameters

pRectBounds
Type: array<Microsoft.VisualStudio.OLE.Interop::RECT>^
x
Type: System::Int32
y
Type: System::Int32
grfKeyState
Type: System::UInt32
Return to top
Show: