[]
        
(Showing Draft Content)

FarPoint.Win.PopupWindowHelperMessageFilter.PreFilterMessage

PreFilterMessage Method

PreFilterMessage(ref Message)

Checks the message loop for mouse messages while the popup window is displayed. If one is detected the position is checked to see if it is outside the form, and the owner is notified if so.

Declaration
public bool PreFilterMessage(ref Message m)
Public Function PreFilterMessage(ByRef m As Message) As Boolean
Parameters
Type Name Description
Message m

Windows Message about to be processed by the message loop

Returns
Type Description
bool

true to filter the message, false otherwise. This implementation always returns false.

Implements