is it possible to make the title property of the form itself visible or invisible via the use of a checkbox?
I'm rather new to C# so i'm not sure how much of a stupid question this is :P
Thanks for reading.
Mike
Edit:
I'm currently using..
this.Text = string.Empty;
Is it possible to make this work into the checked code?