| void CBCGPButton::SetTooltip | ( | LPCTSTR | lpszToolTipText, |
| LPCTSTR | lpszToolTipDescription = NULL, |
||
| BOOL | bDrawIcon = FALSE |
||
| ) |
Specifies a new tooltip
Call this member function to associate a new tooltip text with the button. If the lpszToolTipText parameter is NULL the tooltip is disabled.
| lpszToolTipText | Pointer to the text for the tooltip |
| lpszToolTipDescription | Pointer to the text for the tooltip description |
| bDrawIcon | If this parameter is TRUE, the button's icon will be drawn on the tooltip |