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.
CToolTipCtrl*GetToolTips() const;
Return Value
Handle of the tool tip control if successful; otherwise NULL.
Remarks
Retrieves the handle of the tool tip control associated with a tab control. A tab control creates a tool tip control if it has the TCS_TOOLTIPS style. You can also assign a tool tip control to a tab control by using the SetToolTips member function.
CTabCtrl Overview | Class Members | Hierarchy Chart
See Also CTabCtrl::SetToolTips, CTabCtrl::Create