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: virtual void AddControlToContainer( Control^ control, Control^ container, int addLocation )
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:
