Combines the style properties of the specified System.Web.UI.WebControls.Style with the instance of the System.Web.UI.WebControls.Style class that this method is called from.
- s
- A System.Web.UI.WebControls.Style that represents the style to combine.
Use the Style.MergeWith(Style) method to combine the style properties of the specified System.Web.UI.WebControls.Style with the instance of the System.Web.UI.WebControls.Style class that this method is called from.
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 System.Web.UI.WebControls.Style specified by the s parameter.