PanelStyle.MergeWith(Style) 方法

定义

将指定的 Style 对象的样式设置与 PanelStyle 类的当前实例组合在一起。

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

参数

s
Style

Style 对象,表示要与 PanelStyle 对象组合在一起的样式设置。

注解

可以使用该方法 MergeWith 将指定 Style 对象的样式设置与类的 PanelStyle 当前实例组合在一起。

该方法 MergeWith 从指定 Style 对象复制非空白元素, s但不替换对象中的任何 PanelStyle 现有样式设置。 若要将对象中的 PanelStyle 样式设置替换为样式 s设置,请使用 CopyFrom 该方法。

适用于

另请参阅