OnKeyDown Method

Summary

Overrides Control.OnKeyDown.

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
An System.Windows.Forms.KeyEventArgs that contains the event data.

Remarks

For more information, refer to Control.OnKeyDown.

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.MedicalViewer Assembly