BCGControlBar Pro for MFC
virtual BOOL CBCGPToolbarButton::OnContextHelp ( CWnd *  pWnd)
inlinevirtual

Called by the framework when the parent toolbar processes the WM_HELPHITTEST message.

Returns
Nonzero if the button processes this message; otherwise 0.

The OnContextHelp function is called by the framework when the parent toolbar processes the WM_HELPHITTEST message.

The default implementation does nothing and returns FALSE.

Parameters
pWndA pointer to the parent toolbar.