InputSystemCursor.Create(InputSystemCursorShape) Method

Definition

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

type
InputSystemCursorShape

A standard system visual pointer type.

Returns

A visual pointer object.

Applies to