HtmlEditorStatusBarStyles.CopyFrom(StylesBase) Method
Duplicates the properties of the specified object into the current instance of the HtmlEditorStatusBarStyles class.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | StylesBase | A Style object that represents the object which the settings will be copied from. |
Remarks
Use the CopyFrom method to duplicate the properties of the specified Style object into the instance of the HtmlEditorStatusBarStyles class from which this method is called.
Note
All properties, including those that have been set in the current instance of the HtmlEditorStatusBarStyles class, will be replaced by the associated property in the Style specified by the style parameter.