Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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