Прочетете на английски Редактиране

Споделяне чрез


SubMenuStyle.MergeWith(Style) Method

Definition

Combines the style properties of the specified Style object with those of the current instance of the SubMenuStyle class.

C#
public override void MergeWith(System.Web.UI.WebControls.Style s);

Parameters

s
Style

The Style object to combine settings with.

Remarks

Use the MergeWith method to combine the style properties of the specified Style object with the style properties of the SubMenuStyle object that this method is called from.

Внимание

This method joins the style properties by setting each property that is not set in the current SubMenuStyle object with its corresponding value in the specified Style object. Only properties that have not been set will be updated. If a property in the specified Style object is not set, the corresponding property in the current SubMenuStyle object does not change.

Applies to

Продукт Версии
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also