Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Enables custom tooltips for the tab control.
BOOL EnableCustomToolTips(
BOOL bEnable = TRUE
);
Parameters
- [in] bEnable
A Boolean that determines whether to use custom tooltips.
Return Value
TRUE if successful; otherwise FALSE.
Remarks
If custom tooltips are enabled, the tab control sends the AFX_WM_ON_GET_TAB_TOOLTIP message to the main frame. If you want to support custom tooltips in your application, the main frame window must handle this method and provide the custom tooltip text. For more information about providing custom tooltip text, see CMFCTabToolTipInfo Structure.
Requirements
Header: afxbasetabctrl.h