WorkflowView::IMessageFilter::PreFilterMessage Method (Message%)
.NET Framework (current version)
Filters out a message before it is dispatched.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
private: virtual bool PreFilterMessage( Message% m ) sealed = IMessageFilter::PreFilterMessage
Parameters
- m
-
Type:
System.Windows.Forms::Message%
The message to be dispatched. You cannot modify this message.
Return Value
Type: System::Booleantrue to filter the message and stop it from being dispatched; false to allow the message to continue to the next filter or control.
.NET Framework
Available since 3.0
Available since 3.0
Show: