IMenuEditorService.MessageFilter(Message) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
true
if the message is for the control; otherwise, false
.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.