System.Windows.Forms.StatusStrip.OnLayout C# (CSharp) Method

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
return void
		protected override void OnLayout (LayoutEventArgs levent)
		{
			this.OnSpringTableLayoutCore ();
			this.Invalidate ();
		}