OnKeyPress Method

Summary

Occurs when a key is pressed.

Syntax
C#
VB
C++
protected override void OnKeyPress( 
   KeyPressEventArgs e 
) 
  
Protected Overrides Sub OnKeyPress( _ 
   ByVal e As KeyPressEventArgs _ 
)  
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

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

Leadtools.Medical.Workstation Assembly