ListBox.ScaleControl(SizeF, 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.
Met à l'échelle l'emplacement, la taille, la marge intérieure et la marge d'un contrôle.
protected:
override void ScaleControl(System::Drawing::SizeF factor, System::Windows::Forms::BoundsSpecified specified);
protected override void ScaleControl (System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified);
override this.ScaleControl : System.Drawing.SizeF * System.Windows.Forms.BoundsSpecified -> unit
Protected Overrides Sub ScaleControl (factor As SizeF, specified As BoundsSpecified)
Paramètres
- factor
- SizeF
Facteur selon lequel la hauteur et la largeur du contrôle sont mises à l'échelle.
- specified
- BoundsSpecified
Valeur BoundsSpecified qui spécifie les limites du contrôle à utiliser pendant la définition de sa taille et de sa position.