OnKeyDown Method

Summary
Changes the value that is in the NumericTextBox when the UP ARROW key or the DOWN ARROW key are pressed.
Syntax
C#
C++/CLI
protected override void OnKeyDown( 
   KeyEventArgs e 
) 
protected:  
   virtual void OnKeyDown( 
      KeyEventArgs^ e 
   ) override 

Parameters

e
A System.Windows.Forms.KeyEventArgs that contains event data.

Remarks

It increases the value by one if the up key is pressed. It decreases the value by one for if the down key is pressed.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.