IPointerInactive.OnInactiveMouseMove(RECT[], Int32, Int32, UInt32) Method
Definition
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.
public:
void OnInactiveMouseMove(cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRectBounds, int x, int y, System::UInt32 grfKeyState);
public:
void OnInactiveMouseMove(Platform::Array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRectBounds, int x, int y, unsigned int grfKeyState);
void OnInactiveMouseMove(std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & pRectBounds, int x, int y, unsigned int grfKeyState);
public void OnInactiveMouseMove (Microsoft.VisualStudio.OLE.Interop.RECT[] pRectBounds, int x, int y, uint grfKeyState);
abstract member OnInactiveMouseMove : Microsoft.VisualStudio.OLE.Interop.RECT[] * int * int * uint32 -> unit
Public Sub OnInactiveMouseMove (pRectBounds As RECT(), x As Integer, y As Integer, grfKeyState As UInteger)
Parameters
- pRectBounds
- RECT[]
- x
- Int32
- y
- Int32
- grfKeyState
- UInt32