TableLayoutRowStyleCollection.Contains(RowStyle) Methode

Definition

Ermittelt, ob die TableLayoutRowStyleCollection einen bestimmten Stil enthält.

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

Das RowStyle, das in der TableLayoutRowStyleCollection gesucht werden soll.

Gibt zurück

true, wenn RowStyle in der TableLayoutRowStyleCollection gefunden wird, andernfalls false.

Gilt für:

Weitere Informationen