BCGControlBar Pro for MFC
virtual BOOL CBCGPOleIPFrameWnd::OnMenuButtonToolHitTest ( CBCGPToolbarButton pButton,
TOOLINFO *  pTI 
)
inlinevirtual

Called by the framework when a CBCGPToolbarButton object is processing WM_NCHITTEST message.

Override this member function if you need to provide a tooltip information about specific menu items. The default implementation does nothing.

Parameters
pButtonA pointer to the menu button.
pTITooltip information.
Returns
It should be nonzero if the application fills the pTI parameter. The default implementation returns 0.