You mean Title Text is a label and you want it drawn directly on the GroupBox? You can probably do it fairly easily with the Paint event of the GroupBox using e.Graphics.DrawText. I'm not a GDI expert, so I'm not sure how you could center the text or position it correctly no matter font sizes or whatever, but it seems feasible.