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í ovládacího prvku v pixelech.

y
Int32

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

width
Int32

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

height
Int32

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

specified
BoundsSpecified

Jedna z BoundsSpecified hodnot.

Platí pro