VisualPopupManagerPreFilterMessage Method |
Filters out a message before it is dispatched.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool PreFilterMessage(
ref Message m
)
Parameters
- m
- Type: System.Windows.FormsMessage
The message to be dispatched. You cannot modify this message.
Return Value
Type:
Booleantrue to filter the message and stop it from being dispatched; false to allow the message to continue to the next filter or control.
See Also