Defines a message filter interface.
- Header
#include <xtd/forms/imessage_filter>
- Namespace
- xtd::forms
- Library
- xtd.forms
- Examples
- application_add_message_filter.cpp.
◆ pre_filter_message()
virtual bool xtd::forms::imessage_filter::pre_filter_message |
( |
const message & |
m | ) |
|
|
pure virtual |
Filters out a message before it is dispatched.
- Parameters
-
m | 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.
The documentation for this class was generated from the following file: