Sets the control as the top-level control.
value true to set the control as the top-level control; otherwise, false.
If you call the Control.SetTopLevel(bool) method of a System.Windows.Forms.Form and pass in a value of false, the form will not be visible until you call Control.SetTopLevel(bool) again, passing in a value of true.