バージョン

OnKeyPress メソッド (UltraNumericEditorBase)

コントロールに入力フォーカスがある間にキーが押されたときに呼び出されます。イベント データを含む System.Windows.Forms.KeyEventArgs。 コントロールに入力フォーカスがある間にキーが押されたときに呼び出されます。
シンタックス
'宣言
 
Protected Overrides Sub OnKeyPress( _
   ByVal e As KeyPressEventArgs _
) 
protected override void OnKeyPress( 
   KeyPressEventArgs e
)

パラメータ

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