CMDIChildWndEx::GetToolbarButtonToolTipText

Called by the framework to retrieve a tooltip for a toolbar button.

virtual BOOL GetToolbarButtonToolTipText(
   CMFCToolBarButton* ,
   CString&  
);

Return Value

TRUE if the tooltip has been displayed. The default implementation returns FALSE.

Remarks

Override this method if you want to display custom tool tips for toolbar buttons.

Requirements

Header: afxMDIChildWndEx.h

See Also

Reference

CMDIChildWndEx Class

Hierarchy Chart