ComboBox.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Méthode

Définition

Définit la taille et l'emplacement du 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)

Paramètres

x
Int32

Emplacement horizontal, en pixels, du contrôle.

y
Int32

Emplacement vertical, en pixels, du contrôle.

width
Int32

Largeur, en pixels, du contrôle.

height
Int32

Hauteur, en pixels, du contrôle.

specified
BoundsSpecified

Une des valeurs de l'objet BoundsSpecified.

S’applique à