Share via


NumericUpDown.OnTextBoxKeyPress(Object, KeyPressEventArgs) Yöntem

Tanım

Olayı tetikler KeyPress .

protected:
 override void OnTextBoxKeyPress(System::Object ^ source, System::Windows::Forms::KeyPressEventArgs ^ e);
protected override void OnTextBoxKeyPress (object source, System.Windows.Forms.KeyPressEventArgs e);
protected override void OnTextBoxKeyPress (object? source, System.Windows.Forms.KeyPressEventArgs e);
override this.OnTextBoxKeyPress : obj * System.Windows.Forms.KeyPressEventArgs -> unit
Protected Overrides Sub OnTextBoxKeyPress (source As Object, e As KeyPressEventArgs)

Parametreler

source
Object

Olayın kaynağı.

e
KeyPressEventArgs

KeyPressEventArgs Olay verilerini içeren bir.

Açıklamalar

Denetim NumericUpDown yalnızca basamakları, negatif işareti, ondalık ayırıcıyı ve GERİ AL gibi tuş vuruşlarını düzenlemeyi kabul eder. Hexadecimal özelliği olarak ayarlanırsatrueNumericUpDown, onaltılık basamakları kabul eder.

Şunlara uygulanır