TableLayoutControlCollection
Wisej.Web.TableLayoutControlCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a collection of child controls in a table layout container.
public class TableLayoutControlCollection : ControlCollectionPublic Class TableLayoutControlCollection
Inherits ControlCollectionConstructors
TableLayoutControlCollection(container)
Initializes a new instance of the TableLayoutControlCollection class.
Name
Type
Description
Properties
Container
TableLayoutPanel: Returns the parent TableLayoutPanel that contains the controls in the collection.
Methods
Add(control, column, row)
Adds the specified control to the collection and positions it at the specified cell.
Throws:
ArgumentException Either * column* or row is less than -1.
Last updated
Was this helpful?

