Here is the code :-
------------------
Copy and paste this code in form load event.
foreach (Control c in this.Controls)
{
if( c is MdiClient)
c.BackColor = Color.Red;
}
------------------
Copy and paste this code in form load event.
foreach (Control c in this.Controls)
{
if( c is MdiClient)
c.BackColor = Color.Red;
}
No comments:
Post a Comment