IMenuEditorService.MessageFilter(Message) Method

Definition

Allows the editor service to intercept Win32 messages.

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

Parameters

m
Message

The Message to process.

Returns

true if the message is for the control; otherwise, false.

Applies to