Click or drag to resize

KryptonRibbonPreFilterMessage Method

Filters out a message before it is dispatched.

Namespace:  Internal.ComponentFactory.Krypton.Ribbon
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
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: Boolean
true 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