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

Definition

Legt die Größe und die Position der ComboBox fest.

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)

Parameter

x
Int32

Die horizontale Position des Steuerelements in Pixel.

y
Int32

Die vertikale Position des Steuerelements in Pixel.

width
Int32

Die Breite des Steuerelements in Pixel.

height
Int32

Die Höhe des Steuerelements in Pixel.

specified
BoundsSpecified

Einer der BoundsSpecified-Werte.

Gilt für: