TableRow.CreateControlStyle 方法

定义

TableItemStyle 控件创建一个 TableRow 对象。

protected:
 override System::Web::UI::WebControls::Style ^ CreateControlStyle();
protected override System.Web.UI.WebControls.Style CreateControlStyle ();
override this.CreateControlStyle : unit -> System.Web.UI.WebControls.Style
Protected Overrides Function CreateControlStyle () As Style

返回

Style

一个 Style 对象,指定 TableRow 控件的样式属性。

CreateControlCollection() 方法主要由扩展 TableRow 控件功能的控件开发人员使用。

适用于

另请参阅