AxHost.KeyPress 事件

定义

AxHost 类不支持 KeyPress 事件。

public:
 event System::Windows::Forms::KeyPressEventHandler ^ KeyPress;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.KeyPressEventHandler KeyPress;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.KeyPressEventHandler? KeyPress;
[<System.ComponentModel.Browsable(false)>]
member this.KeyPress : System.Windows.Forms.KeyPressEventHandler 
Public Custom Event KeyPress As KeyPressEventHandler 

事件类型

属性

注解

如果尝试添加或删除事件的处理程序 KeyPressNotSupportedException 则会引发 。 类不支持AxHost派生自 Control 类的事件。 创建包装器时 AxHost ActiveX 控件公开的事件是应使用的事件。

适用于