TableLayoutControlCollection

Wisej.Web.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

Initializes a new instance of the TableLayoutControlCollection class.

NameTypeDescription

container

The TableLayoutPanel control that contains the control collection.

Properties

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

Methods

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

ParameterTypeDescription

control

The control to add.

column

The column in which control will be placed.

row

The row in which control will be placed.

Throws:

Last updated