LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

ProcessKeyPreview Method







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 override bool ProcessKeyPreview( 
   ref Message m
)
 function Leadtools.Medical.Workstation.UI.WorkstationViewer.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.