LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

OnKeyPress Method (NumericTextBox)

Show in webframe






A System.Windows.Forms.KeyPressEventArgs that contains event data for the key that was pressed.
Occurs when a key is pressed.
Syntax
protected override void OnKeyPress( 
   KeyPressEventArgs e
)
'Declaration
 
Protected Overrides Sub OnKeyPress( _
   ByVal e As KeyPressEventArgs _
) 
'Usage
 
Dim instance As NumericTextBox
Dim e As KeyPressEventArgs
 
instance.OnKeyPress(e)

            

            
protected: void OnKeyPress( 
   KeyPressEventArgs* e
) override 
protected:
void OnKeyPress( 
   KeyPressEventArgs* e
) override 

Parameters

e
A System.Windows.Forms.KeyPressEventArgs that contains event data for the key that was 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.