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

Definition

Anger storlek och plats för 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)

Parametrar

x
Int32

Kontrollens vågräta plats i bildpunkter.

y
Int32

Kontrollens lodräta plats i bildpunkter.

width
Int32

Kontrollens bredd i bildpunkter.

height
Int32

Kontrollens höjd i bildpunkter.

specified
BoundsSpecified

Ett av BoundsSpecified värdena.

Gäller för