InputSystemCursor.Create(InputSystemCursorShape) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的游标创建 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
参数
标准系统视觉对象指针类型。
返回
视觉指针对象。