DateTimePicker.SetBoundsCore Méthode

Définition

Exécute le travail de définition des limites spécifiées de ce contrôle.

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

Nouvelle valeur de la propriété Left du contrôle.

y
Int32

Nouvelle valeur de la propriété Top du contrôle.

width
Int32

Nouvelle valeur de la propriété Width du contrôle.

height
Int32

Nouvelle valeur de la propriété Height du contrôle.

specified
BoundsSpecified

Combinaison de bits de valeurs d'énumération.

S’applique à