TableLayoutRowStyleCollection.Contains(RowStyle) Metoda

Definice

Určuje, zda TableLayoutRowStyleCollection obsahuje určitý styl.

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

Parametry

rowStyle
RowStyle

The RowStyle to locate in the TableLayoutRowStyleCollection.

Návraty

true je-li RowStyle nalezen v TableLayoutRowStyleCollection; jinak , false.

Platí pro

Viz také