ElementHost.EnableModelessKeyboardInterop(Window) 方法

定义

允许在Window从Windows 窗体无模式打开键盘消息时正确接收键盘消息。

public:
 static void EnableModelessKeyboardInterop(System::Windows::Window ^ window);
public static void EnableModelessKeyboardInterop (System.Windows.Window window);
static member EnableModelessKeyboardInterop : System.Windows.Window -> unit
Public Shared Sub EnableModelessKeyboardInterop (window As Window)

参数

window
Window

Windows Presentation Foundation (WPF) 窗口以无模式打开。

注解

EnableModelessKeyboardInterop当 WPF 窗口处于无模式打开时,调用该方法以转发所有键盘消息。 该方法EnableModelessKeyboardInterop在基于Windows 窗体的应用程序中安装消息筛选器。 当无模式窗口处于活动状态时,筛选器会转发所有键盘消息。

适用于

另请参阅