TableLayoutStyle Class

Definition

Implements the basic functionality that represents the appearance and behavior of a table layout.

public ref class TableLayoutStyle abstract
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.TableLayoutSettings+StyleConverter))]
public abstract class TableLayoutStyle
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.TableLayoutSettings+StyleConverter))>]
type TableLayoutStyle = class
Public MustInherit Class TableLayoutStyle
Inheritance
TableLayoutStyle
Derived
Attributes

Remarks

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.

Constructors

TableLayoutStyle()

Initializes a new instance of the TableLayoutStyle class.

Properties

SizeType

Gets or sets a flag indicating how a row or column should be sized relative to its containing table.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also