TableLayoutPanel::LayoutSettings Property
.NET Framework (current version)
Gets or sets a value representing the table layout settings.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property TableLayoutSettings^ LayoutSettings { TableLayoutSettings^ get(); void set(TableLayoutSettings^ value); }
Property Value
Type: System.Windows.Forms::TableLayoutSettings^A TableLayoutSettings containing the table layout settings.
| Exception | Condition |
|---|---|
| NotSupportedException | The property value is null, or an attempt was made to set TableLayoutSettings directly, which is not supported; instead, set individual properties. |
.NET Framework
Available since 2.0
Available since 2.0
Show: