ComboBox.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Method

Definition

Sets the size and location of the ComboBox.

protected:
 override void SetBoundsCore(int x, int y, int width, int height, System::Windows::Forms::BoundsSpecified specified);
protected override void SetBoundsCore (int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified);
override this.SetBoundsCore : int * int * int * int * System.Windows.Forms.BoundsSpecified -> unit
Protected Overrides Sub SetBoundsCore (x As Integer, y As Integer, width As Integer, height As Integer, specified As BoundsSpecified)

Parameters

x
Int32

The horizontal location in pixels of the control.

y
Int32

The vertical location in pixels of the control.

width
Int32

The width in pixels of the control.

height
Int32

The height in pixels of the control.

specified
BoundsSpecified

One of the BoundsSpecified values.

Applies to