C++
void DrawContent( CDC& dc, CRect& rInterior ) override;
Description
This method is called to draw the tip's contents. Currently, this override is functionally equivalent to the inherited method.
Parameters
| Parameters | Description |
|---|---|
| dc | Device context to draw into |
| rInterior | Contains the previously calculated extents for the tip's interior |