Modifier

TableLayoutPanel Constructor

Definition

Initializes a new instance of the TableLayoutPanel class.

public:
 TableLayoutPanel();
public TableLayoutPanel ();
Public Sub New ()

Remarks

This constructor sets the BorderStyle, ColumnCount, RowCount, and GrowStyle properties to their default values.

Applies to