FormView.CreateControlStyle 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 FormView 控件的默认表样式对象。
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,包含 FormView 控件的默认表样式。
注解
该方法 CreateControlStyle 是由控件调用 FormView 的帮助程序方法,用于创建其默认表样式对象。 除了设置对象的默认样式 TableStyle 外,此方法还将属性设置为 CellPadding 0。
继承者说明
扩展 FormView 类时,可以重写此方法以创建自己的默认样式。