OnPaintBackground query

  • Thread starter Thread starter JB
  • Start date Start date
J

JB

Hi, In .NET CF is the OnPaintBackground event handler the
equivalent of the WM_ERASEBKGND message in Win32 land?

I'm porting an app from VB to C++ so needed to know. I assumed
OnPaint is equivalent to WM_PAINT

Thanks
 
Back
Top