C++
CAdUiDrawTipText( CDC& dc, CRect& rect, CString& text );
Description
This is the class constructor. The constructor initializes all of the data members from the supplied arguments.
Parameters
| Parameters | Description |
|---|---|
| dc | Input device context to which the tip window is currently painting |
| rect | Input rectangle in the tip window where the tip text should be drawn |
| text | Input text for the tip |