In This Topic
Reads this
Theme from an Xml
System.IO.Stream.
Syntax
'Declaration
Public Overloads Sub ReadXml( _
ByVal As Stream _
)
public void ReadXml(
Stream
)
Parameters
- stream
- System.IO.Stream that contains the theme data in Xml format.
See Also