C++
afx_msg void OnPaint();
Description
Handler for the WM_PAINT message. You don't need to handle this message since the default implementation triggers the virtual method PaintControlBar() that you can override to customize the appearance of the control bar.