Do this in your mdi form constructor:
var MDIC = Controls.OfType<MdiClient>().FirstOrDefault(); MDIC.BackColor = Color.Black;