Application::FilterMessage Method (Message%)
.NET Framework (current version)
Runs any filters against a window message, and returns a copy of the modified message.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] static bool FilterMessage( Message% message )
Parameters
- message
-
Type:
System.Windows.Forms::Message%
The Windows event message to filter.
.NET Framework
Available since 2.0
Available since 2.0
Show: