|
inlinevirtual |
Called by the framework when it needs to display a tooltip for the toolbar button.
If this function returns FALSE the default tooltip text is taken.
Override this function in a derived class, set strToolTip to the desired text and return TRUE in order to provide custom text for a toolbar button.
The default implementation returns FALSE.
strToolTip | A string which receives the custom tooltip text. |