TableLayoutPanel::LayoutSettings Property

 

Gets or sets a value representing the table layout settings.

Namespace:   System.Windows.Forms
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
Return to top
Show: