WriteCustomData Method (Theme)
In This Topic
Writes component-specific data into the theme.
Syntax
'Declaration
Protected Overridable Sub WriteCustomData( _
ByVal As XmlWriter _
)
protected virtual void WriteCustomData(
XmlWriter
)
Parameters
- writer
- System.Xml.XmlWriter where custom theme data is saved.
See Also