System.Windows.Forms
2.0.0.0
System.Windows.Forms.TableLayoutStyle
The class represents the user interface (UI) characteristics of column in a . The styles for all the columns in such a table are collected in the property.
This simple class offers the and properties for a column.
Represents the look and feel of a column in a table layout.
Constructor
This constructor sets the property to and the property to 0.
Initializes and instance of the class to its default state.
2.0.0.0
Constructor
This constructor sets the property to 0.
Initializes an instance of the class using the supplied value.
A indicating how the column should be should be sized relative to its containing table.
2.0.0.0
Constructor
The exact meaning of the parameter will vary depending on the parameter. For more information, see the property.
Initializes and instance of the class using the supplied and width values.
A indicating how the column should be should be sized relative to its containing table.
The preferred width, in pixels or percentage, depending on the parameter.
2.0.0.0
Property
System.Single
To be added.
The parameter will take on different meanings depending on the property.
-
value
interpretation
-
The preferred column width in pixels (fractional portion ignored).
-
Not applicable—the width parameter is ignored.
-
The preferred column width as a percentage of the containing table.
Gets or sets the width value for a column.
2.0.0.0