Class Hierarchy
CAdUiTipWindow CAdUiBalloonTip CAdUiTextTip
C++
class CAdUiTipWindow : public CWnd;
File
aduiTextTip.h
Description
This class provides the underlying functionality for AdUi pop-up tip windows, including TextTips and DrawTips.
AdUi provides three types of tip windows: ToolTips, TextTips, and DrawTips. ToolTips represent stock Windows Tool-Tips, as provided by the Common Controls DLL installed on the user's system. TextTips are text-based tip windows that pop-up over a control, usually to reveal data that the user would otherwise have to scroll into view. DrawTips are an extension of TextTips; the control underneath the tip is usually responsible for painting the contents of the tip (analogous to an owner-draw tip).
Most applications rarely involve this class directly; AdUi usually handles all of the requirements. AdUi uses its internal messaging system to negotiate between containers and controls and decide when and how to display a tip.