TableLayoutStyle Class
Implements the basic functionality that represents the appearance and behavior of a table layout.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
System.Windows.Forms::TableLayoutStyle
System.Windows.Forms::ColumnStyle
System.Windows.Forms::RowStyle
| Name | Description | |
|---|---|---|
![]() | TableLayoutStyle() | Initializes a new instance of the TableLayoutStyle class. |
| Name | Description | |
|---|---|---|
![]() | SizeType | Gets or sets a flag indicating how a row or column should be sized relative to its containing table. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The TableLayoutStyle class is a common base class for the ColumnStyle and RowStyle classes, which describe the appearance and behavior of columns and rows, respectively, in a TableLayoutPanel.
The series of styles that represent the current columns and rows in the current table layout are aggregated in a TableLayoutColumnStyleCollection and TableLayoutRowStyleCollection, respectively.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


