WorkflowView.IMessageFilter.PreFilterMessage(Message) Method

Definition

Filters out a message before it is dispatched.

 virtual bool System.Windows.Forms.IMessageFilter.PreFilterMessage(System::Windows::Forms::Message % m) = System::Windows::Forms::IMessageFilter::PreFilterMessage;
bool IMessageFilter.PreFilterMessage (ref System.Windows.Forms.Message m);
abstract member System.Windows.Forms.IMessageFilter.PreFilterMessage : Message -> bool
override this.System.Windows.Forms.IMessageFilter.PreFilterMessage : Message -> bool
Function PreFilterMessage (ByRef m As Message) As Boolean Implements IMessageFilter.PreFilterMessage

Parameters

m
Message

The message to be dispatched. You cannot modify this message.

Returns

true to filter the message and stop it from being dispatched; false to allow the message to continue to the next filter or control.

Implements

Applies to