BCGControlBar Library for .NET
PreFilterMessage Method (OutlookMenuBar)




The message to be dispatched.
Filters out a message before it is dispatched.
Syntax
'Declaration
 
Public Overridable Function PreFilterMessage( _
   ByRef m As Message _
) As Boolean
'Usage
 
Dim instance As OutlookMenuBar
Dim m As Message
Dim value As Boolean
 
value = instance.PreFilterMessage(m)
public virtual bool PreFilterMessage( 
   ref Message m
)
public: virtual bool PreFilterMessage( 
   ref Message m
) 
public:
virtual bool PreFilterMessage( 
   Message% m
) 

Parameters

m
The message to be dispatched.
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

OutlookMenuBar Class
OutlookMenuBar Members

Send Feedback