ComboBox.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Método

Definición

Establece el tamaño y la ubicación del 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)

Parámetros

x
Int32

Ubicación horizontal en píxeles del control.

y
Int32

Ubicación vertical en píxeles del control.

width
Int32

Ancho en píxeles del control.

height
Int32

Alto en píxeles del control.

specified
BoundsSpecified

Uno de los valores de BoundsSpecified.

Se aplica a