HtmlTable.CreateControlCollection 方法

定义

ControlCollection控件创建新HtmlTable对象。

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控件的子服务器控件的 AHtmlTable

注解

该方法 CreateControlCollection 创建用于 ControlCollection 保存表行的对象。

此方法 CreateControlCollection 主要用于控制扩展控件功能的 HtmlTable 开发人员。

适用于

另请参阅