WindowsFormsHost.EnableWindowsFormsInterop 方法

定义

使 Form 在从 WPF 中以无模式方式打开时能正确运行。

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

注解

EnableWindowsFormsInterop调用该方法以无模式打开时System.Windows.Forms.Form转发所有键盘消息。 该方法 EnableWindowsFormsInterop 安装一个消息筛选器,在 WPF 打开时,无模式窗体正常运行所需的消息筛选器。 对于特定 WindowsFormsHost 实例,只需调用此方法一次。

适用于

另请参阅