MobilePage.AddedControl(Control, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在控件添加到 Controls 集合后调用。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
protected:
override void AddedControl(System::Web::UI::Control ^ control, int index);
protected override void AddedControl (System.Web.UI.Control control, int index);
override this.AddedControl : System.Web.UI.Control * int -> unit
Protected Overrides Sub AddedControl (control As Control, index As Integer)
参数
- control
- Control
已添加的 MobileControl。
- index
- Int32
Controls
集合中的控件索引。
注解
此成员重写 方法, Control.AddedControl 以确定控件在调用基方法之前是 Form 还是 UserControl 。 如果控件是 Form
或 UserControl
对象,则 Forms 属性设置为 null
。