Share via


CursorInteropHelper.Create(SafeHandle) Yöntem

Tanım

Sağlanan win32 imleç tutamacını temel alan bir Windows Presentation Foundation (WPF) Cursor nesnesi döndürür.

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

Parametreler

cursorHandle
SafeHandle

Birlikte çalışma için kullanılacak imleç başvurusu.

Döndürülenler

Sağlanan Win32 imleç tutamacını temel alan Windows Presentation Foundation (WPF) imleç nesnesi.

Öznitelikler

Açıklamalar

Özel bir imleç görüntüsü ayarlamak, saf WPF programlamada yapılmış olsa bile güvenlik izinleri gerektirir. Bkz. Cursor.

Şunlara uygulanır

Ayrıca bkz.