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

Definition

Legt die Größe und Position der 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)

Parameter

x
Int32

Die horizontale Position in Pixeln des Steuerelements.

y
Int32

Die vertikale Position in Pixeln des Steuerelements.

width
Int32

Die Breite in Pixeln des Steuerelements.

height
Int32

Die Höhe des Steuerelements in Pixel.

specified
BoundsSpecified

Einer der BoundsSpecified Werte.

Gilt für: