TableLayoutColumnStyleCollection.Contains(ColumnStyle) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Bepaalt of de opgegeven ColumnStyle waarde zich in de verzameling bevindt.
public:
bool Contains(System::Windows::Forms::ColumnStyle ^ columnStyle);
public bool Contains(System.Windows.Forms.ColumnStyle columnStyle);
member this.Contains : System.Windows.Forms.ColumnStyle -> bool
Public Function Contains (columnStyle As ColumnStyle) As Boolean
Parameters
- columnStyle
- ColumnStyle
De ColumnStyle te vinden in de TableLayoutColumnStyleCollection. De waarde kan zijn null.
Retouren
true indien de ColumnStyle gevonden in de TableLayoutColumnStyleCollection; anders , false.