次の方法で共有


NumericUpDown.OnTextBoxKeyPress メソッド

このメンバは UpDownBase.OnTextBoxKeyPress をオーバーライドします。

Overrides Protected Sub OnTextBoxKeyPress( _
   ByVal source As Object, _   ByVal e As KeyPressEventArgs _)
[C#]
protected override void OnTextBoxKeyPress(objectsource,KeyPressEventArgse);
[C++]
protected: void OnTextBoxKeyPress(Object* source,KeyPressEventArgs* e);
[JScript]
protected override function OnTextBoxKeyPress(
   source : Object,e : KeyPressEventArgs);

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

NumericUpDown クラス | NumericUpDown メンバ | System.Windows.Forms 名前空間