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 or disables tooltips and optional tooltip descriptions on the ribbon bar.
void EnableToolTips(
BOOL bEnable = TRUE,
BOOL bEnableDescr = TRUE
);
Parameters
[in] bEnable
TRUE to enable tooltips on the ribbon bar; FALSE to disable tooltips on the ribbon bar.[in] bEnableDescr
TRUE to enable tooltip descriptions on the tooltip; FALSE to disable tooltip descriptions on the tooltip.
Remarks
The bEnable parameter determines whether tooltips are displayed when the mouse hovers over a ribbon element. The bEnableDescr parameter determines whether additional descriptive text appears with the tooltip text.
Requirements
Header: afxribbonbar.h