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

Umístění RowStyle v souboru TableLayoutRowStyleCollection.

Návraty

Boolean

true je-li nalezen v RowStyle ; TableLayoutRowStyleCollectionjinak , false.

Platí pro

Viz také