Click or drag to resize

CustomToolBarWmNotify Method

Processes WM_NOTIFY messages.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected virtual bool WmNotify(
	ref Message m
)

Parameters

m
Type: System.Windows.FormsMessage
A WM_NOTIFY message.

Return Value

Type: Boolean
true if message was processed and should not be handled by WndProc(Message) otherwise false.
See Also