MobilePage.AddedControl(Control, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在控制項加入至 Controls 集合後,便予以呼叫。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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
。