共用方式為


ObjectSelectorEditor.Selector.OnKeyPress(KeyPressEventArgs) 方法

定義

發生於按下按鍵且焦點在控制項時。

protected:
 override void OnKeyPress(System::Windows::Forms::KeyPressEventArgs ^ e);
protected override void OnKeyPress (System.Windows.Forms.KeyPressEventArgs e);
override this.OnKeyPress : System.Windows.Forms.KeyPressEventArgs -> unit
Protected Overrides Sub OnKeyPress (e As KeyPressEventArgs)

參數

e
KeyPressEventArgs

提供 KeyPress 事件的資料。

適用於