C++
void Update( CWnd * control, BOOL useText );
Description
This method is called to synchronize the tip with a new control or state. The tip is hidden, SetControl() and SetUseText() are called passing the given parameters, and the tip is then made visible.
Parameters
| Parameters | Description |
|---|---|
| control | Indicates the control to associate with the tip |
| useText | Flag indicating if the tip is drawn as text or uses special owner-drawing |