Bahasa

TableLayoutRowStyleCollection.Contains(RowStyle) Metode

Definisi

Menentukan apakah TableLayoutRowStyleCollection berisi gaya tertentu.

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

Parameter

rowStyle
RowStyle

untuk RowStyle menemukan di TableLayoutRowStyleCollection.

Mengembalikan

true RowStyle jika ditemukan di TableLayoutRowStyleCollection; jika tidak, false.

Berlaku untuk

Lihat juga