C++
virtual ADUI_REPLY OnNotifyUpdateTip( CWnd * control );
Description
Typically, when an AdUi control detects the cursor moving over the control, it sends tip update notifications to its AdUi container. By default, a dialog will respond by determinig if tips are enabled and if so, querying the control for the type of tip that should be displayed. If the control requests a TextTip or a DrawTip then the dialog's m_pTextTip is given a chance to update and the routine returns kAdUiReply_Ok; otherwise any currently displayed TextTip or DrawTip is hidden and kAdUiReply_Nothing is returned.
Parameters
Parameters | Description |
---|---|
control | Identifies a control window |