Skip to main content
Version: 3.5

TableLayoutControlCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a collection of child controls in a table layout container.

public class TableLayoutControlCollection : ControlCollection

Constructors

Instance memberTableLayoutControlCollection(container)

Initializes a new instance of the TableLayoutControlCollection class.

NameTypeDescription
containerTableLayoutPanelThe TableLayoutPanel control that contains the control collection.

Properties

Instance memberContainer

TableLayoutPanel: Returns the parent TableLayoutPanel that contains the controls in the collection.

Methods

Instance memberAdd(control, column, row)

Adds the specified control to the collection and positions it at the specified cell.

ParameterTypeDescription
controlControlThe control to add.
columnInt32The column in which control will be placed.
rowInt32The row in which control will be placed.

Throws: