BCGControlBar Pro for MFC
virtual BOOL CBCGPCaptionButton::GetCustomToolTip ( CString &  strTipText)
inlinevirtual

Called by the framework to obtain custom tooltip text for the caption button.

Should return TRUE if the caller should use the custom tooltip text placed in strTipText.

Override this method in a derived class to customize tooltip texts.

Parameters
strTipTextThe string which receives a custom tooltip text.
Returns
TRUE if it succeeds, FALSE if it fails.