InputSystemCursor.Create(InputSystemCursorShape) 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 InputSystemCursor instance using the specified cursor.
public:
static InputSystemCursor ^ Create(InputSystemCursorShape type);
static InputSystemCursor Create(InputSystemCursorShape const& type);
public static InputSystemCursor Create(InputSystemCursorShape type);
function create(type)
Public Shared Function Create (type As InputSystemCursorShape) As InputSystemCursor
Parameters
A standard system visual pointer type.
Returns
A visual pointer object.