CoreDragOperation.SetPointerId(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.
Sets the pointer Id.
public:
virtual void SetPointerId(unsigned int pointerId) = SetPointerId;
void SetPointerId(uint32_t const& pointerId);
public void SetPointerId(uint pointerId);
function setPointerId(pointerId)
Public Sub SetPointerId (pointerId As UInteger)
Parameters
- pointerId
-
UInt32
unsigned int
uint32_t
The pointer Id.