[]
        
(Showing Draft Content)

C1.Framework.Theme.WriteCustomData

WriteCustomData Method

WriteCustomData(XmlWriter)

Writes component-specific data into the theme.

Declaration
protected virtual void WriteCustomData(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

XmlWriter where custom theme data is saved.

Remarks

Derived classes should override this method to save any custom data their themes may need (anything other than the Style collection).