CustomToolBarWmNotify Method |
Processes WM_NOTIFY messages.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected virtual bool WmNotify(
ref Message m
)
Protected Overridable Function WmNotify (
ByRef m As Message
) As Boolean
protected:
virtual bool WmNotify(
Message% m
)
abstract WmNotify :
m : Message byref -> bool
override WmNotify :
m : Message byref -> bool
Parameters
- m
- Type: System.Windows.FormsMessage
A WM_NOTIFY message.
Return Value
Type:
Booleantrue if message was processed and should not be handled by
WndProc(Message) otherwise
false.
See Also