System.Windows.Forms.Control.SetIsRecreating C# (CSharp) Method

SetIsRecreating() private method

private SetIsRecreating ( ) : void
return void
		private void SetIsRecreating () {
			is_recreating=true;

			foreach (Control c in Controls.GetAllControls()) {
				c.SetIsRecreating ();
			}
		}
Control