System.Windows.Forms.TableLayoutStyle Class

Implements the basic functionality that represents the appearance and behavior of a table layout.

See Also: TableLayoutStyle Members

Syntax

[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.TableLayoutSettings+StyleConverter))]
public abstract class TableLayoutStyle

Remarks

The System.Windows.Forms.TableLayoutStyle class is a common base class for the System.Windows.Forms.ColumnStyle and System.Windows.Forms.RowStyle classes, which describe the appearance and behavior of columns and rows, respectively, in a System.Windows.Forms.TableLayoutPanel.

The series of styles that represent the current columns and rows in the current table layout are aggregated in a System.Windows.Forms.TableLayoutColumnStyleCollection and System.Windows.Forms.TableLayoutRowStyleCollection, respectively.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0