InputDesktopResourceCursor.Create(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.
Creates an InputDesktopResourceCursor instance using the specified resource ID.
public:
static InputDesktopResourceCursor ^ Create(unsigned int resourceId);
static InputDesktopResourceCursor Create(uint32_t const& resourceId);
public static InputDesktopResourceCursor Create(uint resourceId);
function create(resourceId)
Public Shared Function Create (resourceId As UInteger) As InputDesktopResourceCursor
Parameters
- resourceId
-
UInt32
unsigned int
uint32_t
The resource identifier.
Returns
A visual pointer object.