NumericUpDown.OnTextBoxKeyPress(Object, KeyPressEventArgs) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Löst das KeyPress-Ereignis aus.
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)
Parameter
- source
- Object
Die Quelle des Ereignisses.
Ein KeyPressEventArgs, das die Ereignisdaten enthält.
Hinweise
Das NumericUpDown Steuerelement akzeptiert nur Ziffern, das negative Vorzeichen, das Dezimaltrennzeichen und Bearbeitungstastenanschläge, z. B. RÜCKTASTE. Wenn die Hexadecimal -Eigenschaft auf true
festgelegt ist, NumericUpDown akzeptiert Hexadezimalstellen.