IPointerInactive.OnInactiveSetCursor 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:
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
Parameters
- pRectBounds
- RECT[]
- x
- Int32
- y
- Int32
- dwMouseMsg
- UInt32
- fSetAlways
- Int32