IPointerInactive.OnInactiveMouseMove(RECT[], Int32, Int32, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- pRectBounds
- RECT[]
- x
- Int32
- y
- Int32
- grfKeyState
- UInt32