InputCursor 类

定义

可应用于 InputPointerSource 的视觉指针对象的基类。

[WebHostHidden]
public ref class InputCursor : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class InputCursor : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class InputCursor : System.IDisposable
Public Class InputCursor
Implements IDisposable
继承
Object Platform::Object IInspectable InputCursor
派生
属性
实现

注解

支持系统游标类型 (如 HandIBeamArrow) 和自定义游标类型。

方法

Close()

关闭 InputCursor 并释放系统资源。

CreateFromCoreCursor(CoreCursor)

InputCursor使用指定的Windows.UI.Core.CoreCursor游标创建实例。

Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

适用于

另请参阅