System.Windows.Forms.ComboBox.SetBoundsInternal C# (CSharp) Method

SetBoundsInternal() private method

private SetBoundsInternal ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void
		internal override void SetBoundsInternal (int x, int y, int width, int height, BoundsSpecified specified)
		{
			height = 25;
			base.SetBoundsInternal (x, y, width, height, specified);
		}