System.Windows.Forms.TableLayoutSettings Class

Collects the characteristics associated with table layouts.

See Also: TableLayoutSettings Members

Syntax

[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.Layout.TableLayoutSettingsTypeConverter))]
public sealed class TableLayoutSettings : LayoutSettings, System.Runtime.Serialization.ISerializable

Remarks

The System.Windows.Forms.TableLayoutSettings class collects and manages the characteristics associated with the table layout scheme. This class is used internally by the System.Windows.Forms.TableLayoutPanel and System.Windows.Forms.ToolStrip classes, as well as the table layout engine. The System.Windows.Forms.TableLayoutSettings class is used by the layout engine to determine how to lay out the container's child controls.

The System.Windows.Forms.TableLayoutSettings class manages the following information:

Requirements

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