MobilePage::AddedControl Method (Control^, Int32)
.NET Framework (current version)
Called after a control is added to the Controls collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Parameters
- control
-
Type:
System.Web.UI::Control^
The MobileControl that has been added.
- index
-
Type:
System::Int32
The index of the control in the Controls collection.
This member overrides the Control::AddedControl method to determine whether the control is a Form or a UserControl before it calls the base method. If the control is a Form or a UserControl object, the Forms property is set to null.
.NET Framework
Available since 1.1
Available since 1.1
Show: