HtmlForm.CreateControlCollection 方法

定義

ControlCollection 控制項建立新的 HtmlForm 集合。

protected:
 override System::Web::UI::ControlCollection ^ CreateControlCollection();
protected override System.Web.UI.ControlCollection CreateControlCollection ();
override this.CreateControlCollection : unit -> System.Web.UI.ControlCollection
Protected Overrides Function CreateControlCollection () As ControlCollection

傳回

ControlCollection

ControlCollection,包含 HtmlForm 控制項的子伺服器控制項。

適用於

另請參閱