Click or drag to resize

ExplorerBrowserPreFilterMessage Method

Passes messages to the native Explorer Browser and/or raises matching events.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public virtual bool PreFilterMessage(
	ref Message m
)

Parameters

m
Type: System.Windows.FormsMessage
[in,out] The message to be dispatched. You cannot modify this message.

Return Value

Type: Boolean
True if it succeeds, false if it fails.

Implements

IMessageFilterPreFilterMessage(Message)
See Also