ReadXmlString Method (Theme)
In This Topic
Reads this
Theme from an Xml string.
Syntax
'Declaration
Public Sub ReadXmlString( _
ByVal As String _
)
public void ReadXmlString(
string
)
Parameters
- xmlString
- String that contains the theme data in Xml format.
See Also