'Declaration Public Overloads Shared Function RegisterTheme( _ ByVal stream As System.IO.Stream, _ ByVal format As C1ThemeFormat _ ) As System.String
public static System.string RegisterTheme( System.IO.Stream stream, C1ThemeFormat format )
Parameters
- stream
- A stream containing the theme to load/register.
- format
- The theme persitence format to use.
Return Value
A name of registered theme.