ProcessKeyPreview Method

Summary

Previews a keyboard message.

Syntax
C#
VB
C++
protected override bool ProcessKeyPreview( 
   ref Message m 
) 
  
Protected Overrides Function ProcessKeyPreview( _ 
   ByRef m As Message _ 
) As Boolean 
protected: 
bool ProcessKeyPreview(  
   Message% m 
) override  

Parameters

m
A System.Windows.Forms.Message, passed by reference, that represents the window message to process.

Return Value

true if the message was processed by the control; otherwise, false.

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