共用方式為


InputSystemCursor.Create(InputSystemCursorShape) 方法

定義

使用指定的資料指標建立 InputSystemCursor 實例。

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

參數

type
InputSystemCursorShape

標準系統視覺指標類型。

傳回

視覺指標物件。

適用於