Style::MergeWith Method (Style^)
.NET Framework (current version)
Combines the style properties of the specified Style with the instance of the Style class that this method is called from.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | RegisteredCssClass has been set. |
Use the MergeWith method to combine the style properties of the specified Style with the instance of the Style class that this method is called from.
Caution |
|---|
All properties, except those that have already been set on the current instance of the Style class, will be replaced by the corresponding property of the Style specified by the s parameter. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
