DisplayRectangle

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am attempting to create a custom control and I have overriden the
DisplayRectangle property, but it does not seem to be working. The controls
are still able to be moved past the area returned. I have inherited the
control from System.Windows.Forms.Control, and I have also created a
ParentControlDesigner for it. Is there something else I am missing here??

Thanks in advance :)
 
Sorry, no, I do mean the DisplayRectangle. Its not possible to override the
ClientRectangle property.
 
Back
Top