Freigeben über


WindowsFormsHost.EnableWindowsFormsInterop Methode

Definition

Aktiviert ein Form, um beim Öffnen im nicht modalen Modus in WPF ordnungsgemäß zu funktionieren.

public:
 static void EnableWindowsFormsInterop();
public static void EnableWindowsFormsInterop ();
static member EnableWindowsFormsInterop : unit -> unit
Public Shared Sub EnableWindowsFormsInterop ()

Hinweise

Rufen Sie die EnableWindowsFormsInterop Methode auf, um alle Tastaturnachrichten weiterzuleiten, wenn ein System.Windows.Forms.Form Modus ohne Modus geöffnet wird. Die EnableWindowsFormsInterop Methode installiert einen Nachrichtenfilter, der für moduslose Formulare erforderlich ist, um beim Öffnen von WPF ordnungsgemäß zu funktionieren. Sie müssen diese Methode nur einmal für eine bestimmte WindowsFormsHost Instanz aufrufen.

Gilt für

Siehe auch