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

Definicja

Ustawia rozmiar i lokalizację obiektu 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

Lokalizacja pozioma w pikselach kontrolki.

y
Int32

Pionowa lokalizacja w pikselach kontrolki.

width
Int32

Szerokość kontrolki w pikselach.

height
Int32

Wysokość kontrolki w pikselach.

specified
BoundsSpecified

Jedna z BoundsSpecified wartości.

Dotyczy