Share via


InputCustomCursor Class

Definition

A custom visual pointer object that can be applied to an InputPointerSource.

Not implemented: see Stable channel release notes for the Windows App SDK.

[WebHostHidden]
public ref class InputCustomCursor : InputCursor
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65537)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class InputCustomCursor : InputCursor
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65537)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class InputCustomCursor : InputCursor
Public Class InputCustomCursor
Inherits InputCursor
Inheritance
Object Platform::Object IInspectable InputCursor InputCustomCursor
Attributes

Methods

Close()

Closes the InputCursor and releases system resources.

(Inherited from InputCursor)
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from InputCursor)

Applies to