BCGControlBar Library for .NET
PreFilterMessage Method (Toolbar)




The message to be dispatched. You cannot modify this message.
Filters out a message before it is dispatched.
Syntax
'Declaration
 
Public Overridable Function PreFilterMessage( _
   ByRef m As Message _
) As Boolean
'Usage
 
Dim instance As Toolbar
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. You cannot modify this message.
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

Toolbar Class
Toolbar Members

Send Feedback