TableLayoutRowStyleCollection.Contains(RowStyle) 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étermine si le TableLayoutRowStyleCollection style contient un style spécifique.
public:
bool Contains(System::Windows::Forms::RowStyle ^ rowStyle);
public bool Contains(System.Windows.Forms.RowStyle rowStyle);
member this.Contains : System.Windows.Forms.RowStyle -> bool
Public Function Contains (rowStyle As RowStyle) As Boolean
Paramètres
- rowStyle
- RowStyle
À RowStyle localiser dans le TableLayoutRowStyleCollection.
Retours
true si l’objet RowStyle est trouvé dans le TableLayoutRowStyleCollection; sinon, false.