IPointerInactive.OnInactiveSetCursor 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
int OnInactiveSetCursor(cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRectBounds, int x, int y, System::UInt32 dwMouseMsg, int fSetAlways);
public:
int OnInactiveSetCursor(Platform::Array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRectBounds, int x, int y, unsigned int dwMouseMsg, int fSetAlways);
int OnInactiveSetCursor(std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & pRectBounds, int x, int y, unsigned int dwMouseMsg, int fSetAlways);
public int OnInactiveSetCursor (Microsoft.VisualStudio.OLE.Interop.RECT[] pRectBounds, int x, int y, uint dwMouseMsg, int fSetAlways);
abstract member OnInactiveSetCursor : Microsoft.VisualStudio.OLE.Interop.RECT[] * int * int * uint32 * int -> int
Public Function OnInactiveSetCursor (pRectBounds As RECT(), x As Integer, y As Integer, dwMouseMsg As UInteger, fSetAlways As Integer) As Integer
参数
- pRectBounds
- RECT[]
- x
- Int32
- y
- Int32
- dwMouseMsg
- UInt32
- fSetAlways
- Int32