TableLayoutPanel.GetRowHeights 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.
Retourne un tableau représentant les largeurs, en pixels, des lignes dans TableLayoutPanel.
public:
cli::array <int> ^ GetRowHeights();
[System.ComponentModel.Browsable(false)]
public int[] GetRowHeights();
[<System.ComponentModel.Browsable(false)>]
member this.GetRowHeights : unit -> int[]
Public Function GetRowHeights () As Integer()
Retours
Tableau de type Int32 qui contient les largeurs, en pixels, des lignes dans TableLayoutPanel.
- Attributs