InputSystemCursor Klasse

Definition

Stellt ein visuelles Zeigerobjekt dar, das vordefinierte Systemcursor wie Hand, IBeam und Pfeil verwendet.

public ref class InputSystemCursor sealed : InputCursor
/// [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)]
class InputSystemCursor final : InputCursor
[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 sealed class InputSystemCursor : InputCursor
Public NotInheritable Class InputSystemCursor
Inherits InputCursor
Vererbung
Object Platform::Object IInspectable InputCursor InputSystemCursor
Attribute

Hinweise

Abgeleitet von InputCursor.

Eigenschaften

Name Beschreibung
CursorShape

Ruft den standardmäßigen visuellen Zeigertyp des Systems ab, der vom InputSystemCursor -Objekt unterstützt wird.

Methoden

Name Beschreibung
Close()

Schließt den InputCursor und gibt Systemressourcen frei.

(Geerbt von InputCursor)
Create(InputSystemCursorShape)

Erstellt eine InputSystemCursor-Instanz mithilfe des angegebenen Cursors.

Dispose()

Führt anwendungsdefinierte Aufgaben aus, die mit dem Freigeben, Freigeben oder Zurücksetzen nicht verwalteter Ressourcen verknüpft sind.

(Geerbt von InputCursor)

Gilt für:

Weitere Informationen