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

Definizione

Imposta la dimensione e la posizione dell'oggetto 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)

Parametri

x
Int32

Posizione orizzontale, in pixel, del controllo.

y
Int32

Posizione verticale, in pixel, del controllo.

width
Int32

Larghezza, in pixel, del controllo.

height
Int32

Altezza, in pixel, del controllo.

specified
BoundsSpecified

Uno dei valori di BoundsSpecified.

Si applica a