ToolBar.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit les limites spécifiées du contrôle ToolBar.
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
Non utilisé.
- specified
- BoundsSpecified
Combinaison d’opérations de bits des valeurs BoundsSpecified.
Remarques
La SetBoundsCore méthode ignore la largeur si la Dock propriété est définie Left ou Right si la AutoSize propriété est définie sur true
. SetBoundsCore ignore la hauteur si la Dock propriété est définie Top ou Bottom si la AutoSize propriété est définie sur true
.