次の方法で共有


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

標準的なシステム ビジュアル ポインター型。

戻り値

ビジュアル ポインター オブジェクト。

適用対象