TableItemStyle.CopyFrom(Style) 方法

定义

将指定 Style 的非空样式属性复制到从中调用此方法的 TableItemStyle 类的实例中。

public:
 override void CopyFrom(System::Web::UI::WebControls::Style ^ s);
public override void CopyFrom (System.Web.UI.WebControls.Style s);
override this.CopyFrom : System.Web.UI.WebControls.Style -> unit
Public Overrides Sub CopyFrom (s As Style)

参数

s
Style

表示要复制的样式的 Style

注解

CopyFrom使用 方法将指定 Style 的非空样式属性复制到从中调用此方法的类的TableItemStyle实例中。

注意

类的当前实例 TableItemStyle 中的所有属性将替换为 参数中的 s 关联属性。

适用于

另请参阅