This topic has not yet been rated - Rate this topic

CTabCtrl::GetToolTips

Retrieves the handle of the tool tip control associated with a tab control.

CToolTipCtrl* GetToolTips( ) const;

Return Value

Handle of the tool tip control if successful; otherwise NULL.

Remarks

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.

See Also

CTabCtrl Overview | Class Members | Hierarchy Chart | CTabCtrl::SetToolTips | CTabCtrl::Create

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.