ClientSize / ClientRectangle problem

  • Thread starter Thread starter Randall Berkeley
  • Start date Start date
R

Randall Berkeley

I have a class inherited from Panel with various added
controls. I want other classes that will draw on the un-
used area to know what the "new" client area is. I
haven't been able to find a way to override or change the
ClientSize to the "new" client area. Any help would be
appreciated.
 
Back
Top