System.Windows.Forms.ToolStripItem.OnBoundsChanged C# (CSharp) Method

OnBoundsChanged() protected method

protected OnBoundsChanged ( ) : void
return void
		protected virtual void OnBoundsChanged ()
		{
			OnLayout (new LayoutEventArgs(null, string.Empty));
		}