バージョン

OnKeyPress メソッド (ComboTextBox)

System.Windows.Forms.Control.KeyPress イベントを発生します。
シンタックス
'宣言
 
Protected Overrides Sub OnKeyPress( _
   ByVal e As KeyPressEventArgs _
) 
protected override void OnKeyPress( 
   KeyPressEventArgs e
)

パラメータ

e
イベント データを含む System.Windows.Forms.KeyPressEventArgs
参照