LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ProcessKeyPreview Method

Show in webframe






A System.Windows.Forms.Message, passed by reference, that represents the window message to process.
Previews a keyboard message.
Syntax
protected override bool ProcessKeyPreview( 
   ref Message m
)
'Declaration
 
Protected Overrides Function ProcessKeyPreview( _
   ByRef m As Message _
) As Boolean
'Usage
 
Dim instance As WorkstationViewer
Dim m As Message
Dim value As Boolean
 
value = instance.ProcessKeyPreview(m)

            

            
protected: bool ProcessKeyPreview( 
   ref Message m
) override 
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

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.