BCGControlBar Library for .NET
PreFilterMessage Method (PopupMenuBar)




The message to be dispatched. You cannot modify this message.
Filters out a message before it is dispatched.
Syntax
'Declaration
 
Public Overrides Function PreFilterMessage( _
   ByRef m As Message _
) As Boolean
'Usage
 
Dim instance As PopupMenuBar
Dim m As Message
Dim value As Boolean
 
value = instance.PreFilterMessage(m)
public override bool PreFilterMessage( 
   ref Message m
)
public: bool PreFilterMessage( 
   ref Message m
) override 
public:
bool PreFilterMessage( 
   Message% m
) override 

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

PopupMenuBar Class
PopupMenuBar Members
Base Implementation in PreFilterMessage

Send Feedback