'Usage
Dim instance As PopupWindowHelperMessageFilter Dim m As Message Dim value As Boolean value = instance.PreFilterMessage(m)
Parameters
- m
- Windows Message about to be processed by the message loop
Return Value
true
to filter the message, false
otherwise. This implementation always returns false
.