G
Gregory Hawke
What would be the easiest way of painting a titlebar in a form?
Setting the background property of a derived System.Windows.Forms.Form only
paints the client area. I need to paint the frame as well but when I tried
this.ParentForm=System.Drawing.Color.Crimson;
I get an error: Property or Indexer cannot be assigned to -- it is read
only.
So is there a way to override this read only property for a forms frame?
Setting the background property of a derived System.Windows.Forms.Form only
paints the client area. I need to paint the frame as well but when I tried
this.ParentForm=System.Drawing.Color.Crimson;
I get an error: Property or Indexer cannot be assigned to -- it is read
only.
So is there a way to override this read only property for a forms frame?