System.Windows.Forms.ToolStripOverflowButton.SetBounds C# (CSharp) Method

SetBounds() protected method

protected SetBounds ( Rectangle bounds ) : void
bounds System.Drawing.Rectangle
return void
		protected internal override void SetBounds (Rectangle bounds)
		{
			base.SetBounds (bounds);
		}
		#endregion