BCGControlBar Pro for MFC
virtual BOOL CBCGPToolbarButton::NotifyCommand ( int  iNotifyCode)
inlinevirtual

Called by the framework when the WM_COMMAND message is about to be send to a parent window.

This function is called by the framework when the WM_COMMAND message is about to be send to a parent window.

A CBCGPToolbarButton - derived class should override this member function to perform additional processing of the WM_COMMAND message.

Parameters
iNotifyCodeNotify code.
Returns
Nonzero if the button processes WM_COMMAND message by itself. It is 0 if this message will be handled by the parent toolbar.