Splitter.PreFilterMessage(Message) Method

Definition

Filters out a message before it is dispatched. This member is obsolete.

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

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