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

Definice

Nastaví velikost a umístění 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)

Parametry

x
Int32

Vodorovné umístění v pixelech ovládacího prvku.

y
Int32

Svislé umístění v pixelech ovládacího prvku.

width
Int32

Šířka v pixelech ovládacího prvku.

height
Int32

Výška v pixelech ovládacího prvku.

specified
BoundsSpecified

Jedna z BoundsSpecified hodnot.

Platí pro