LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

OnKeyDown Method (NumericTextBox)

Show in webframe






A System.Windows.Forms.KeyEventArgs that contains event data.
Changes the value that is in the NumericTextBox when the UP ARROW key or the DOWN ARROW key are pressed.
Syntax
protected override void OnKeyDown( 
   KeyEventArgs e
)
'Declaration
 
Protected Overrides Sub OnKeyDown( _
   ByVal e As KeyEventArgs _
) 
'Usage
 
Dim instance As NumericTextBox
Dim e As KeyEventArgs
 
instance.OnKeyDown(e)

            

            
protected: void OnKeyDown( 
   KeyEventArgs* e
) override 
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

See Also

Reference

NumericTextBox Class
NumericTextBox Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.