The OnKeyDown Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
- e
- An System.Windows.Forms.KeyEventArgs that contains the event data.
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Sub OnKeyDown( _ ByVal e As KeyEventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerBaseCell Dim e As KeyEventArgs instance.OnKeyDown(e) | |
| C# | |
|---|---|
protected override void OnKeyDown( KeyEventArgs e ) | |
| C++/CLI | |
|---|---|
protected: void OnKeyDown( KeyEventArgs^ e ) override | |
Parameters
- e
- An System.Windows.Forms.KeyEventArgs that contains the event data.
For more information, refer to Control.OnKeyDown.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code