TableLayoutSettings.ColumnStyles Egenskap

Definition

Hämtar den samling formatmallar som används för att fastställa utseendet och känslan i tabelllayoutkolumnerna.

public:
 property System::Windows::Forms::TableLayoutColumnStyleCollection ^ ColumnStyles { System::Windows::Forms::TableLayoutColumnStyleCollection ^ get(); };
public System.Windows.Forms.TableLayoutColumnStyleCollection ColumnStyles { get; }
member this.ColumnStyles : System.Windows.Forms.TableLayoutColumnStyleCollection
Public ReadOnly Property ColumnStyles As TableLayoutColumnStyleCollection

Egenskapsvärde

En TableLayoutColumnStyleCollection som innehåller kolumnformaten för layouttabellen.

Kommentarer

Använd egenskapen ColumnStyles för att komma åt formategenskaperna för specifika kolumner. Formatmallarnas ordning i en System.Windows.Forms.TableLayoutColumnStyleCollection matchar ordningen för motsvarande kolumner i layouttabellen.

Gäller för

Se även