←Select platform

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#
VB
C++
protected override void OnKeyDown( 
   KeyEventArgs e 
) 
  
Protected Overrides Sub OnKeyDown( _ 
   ByVal e As KeyEventArgs _ 
)  
protected: 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly