In This Topic
Saves the specified theme to the specified file.
Syntax
'Declaration
Public Shared Sub WriteTheme( _
ByVal As Theme, _
ByVal As FileInfo _
)
public static void WriteTheme(
Theme ,
FileInfo
)
Parameters
- theme
- The theme to save.
- fileInfo
- The info of the file to save.
See Also