[]
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.
public bool PreFilterMessage(ref Message m)
Public Function PreFilterMessage(ByRef m As Message) As Boolean
Type | Name | Description |
---|---|---|
Message | m | Windows Message about to be processed by the message loop |
Type | Description |
---|---|
bool |
|