System.Windows.Forms.Form.UpdateBounds C# (CSharp) Méthode

UpdateBounds() private méthode

private UpdateBounds ( ) : void
Résultat void
		internal override void UpdateBounds ()
		{
			m_helper.SetFrame(bounds,true);	
		}
Form