ReadCustomData Method (Theme)
In This Topic
Reads component-specific theme data.
Syntax
'Declaration
Protected Overridable Sub ReadCustomData( _
ByVal As XmlNode _
)
protected virtual void ReadCustomData(
XmlNode
)
Parameters
- node
- System.Xml.XmlNode that contains the theme data.
See Also