Freigeben über


CursorInteropHelper.Create(SafeHandle) Methode

Definition

Gibt ein Windows Presentation Foundation -Objekt (WPF) Cursor basierend auf einem bereitgestellten Win32-Cursorhandle zurück.

public:
 static System::Windows::Input::Cursor ^ Create(System::Runtime::InteropServices::SafeHandle ^ cursorHandle);
[System.Security.SecurityCritical]
public static System.Windows.Input.Cursor Create (System.Runtime.InteropServices.SafeHandle cursorHandle);
public static System.Windows.Input.Cursor Create (System.Runtime.InteropServices.SafeHandle cursorHandle);
[<System.Security.SecurityCritical>]
static member Create : System.Runtime.InteropServices.SafeHandle -> System.Windows.Input.Cursor
static member Create : System.Runtime.InteropServices.SafeHandle -> System.Windows.Input.Cursor
Public Shared Function Create (cursorHandle As SafeHandle) As Cursor

Parameter

cursorHandle
SafeHandle

Cursorverweis für die Interoperation.

Gibt zurück

Das Windows Presentation Foundation (WPF)-Cursorobjekt basierend auf dem bereitgestellten Win32-Cursorhandle.

Attribute

Hinweise

Das Festlegen eines benutzerdefinierten Cursorbilds erfordert Sicherheitsberechtigungen, auch wenn sie in der reinen WPF-Programmierung durchgeführt werden. Siehe Cursor.

Gilt für:

Weitere Informationen