ListView.AddControlToContainer Method (Control, Control, Int32)
.NET Framework (current version)
Adds the specified control to the specified container.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Protected Overridable Sub AddControlToContainer ( control As Control, container As Control, addLocation As Integer )
Parameters
- control
-
Type:
System.Web.UI.Control
An object that contains the controls to be added to the container.
- container
-
Type:
System.Web.UI.Control
The container that is used to store the child controls.
- addLocation
-
Type:
System.Int32
The location in the controls collection at which to add the child control.
.NET Framework
Available since 3.5
Available since 3.5
Show:
