Click or drag to resize

CustomToolBarWmNotify Method

Processes WM_NOTIFY messages.

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

Parameters

m  Message
A WM_NOTIFY message.

Return Value

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