CMFCToolBarButton::OnGetCustomToolTipText
Called by the framework to retrieve the custom tooltip text for the button.
virtual BOOL OnGetCustomToolTipText(
CString& strToolTip
);
Parameters
- [out] strToolTip
A CString object that receives the custom tooltip text.
Return Value
This method returns FALSE.
Remarks
The framework calls this method when it displays the tooltip for the toolbar button. If this method returns FALSE, the framework uses a default tooltip.
The default implementation does nothing and returns FALSE. Override this method and return a nonzero value to provide custom tooltip text for the toolbar button.
Requirements
Header: afxtoolbarbutton.h