TableLayoutRowStyleCollection.Contains(RowStyle) Methode

Definitie

Bepaalt of de TableLayoutRowStyleCollection stijl een specifieke stijl bevat.

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

Parameters

rowStyle
RowStyle

De RowStyle te vinden in de TableLayoutRowStyleCollection.

Retouren

true indien de RowStyle gevonden in de TableLayoutRowStyleCollection; anders , false.

Van toepassing op

Zie ook