Loads the current theme from a file.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As System.String, _
ByVal As C1ThemeFormat _
)
public void Load(
System.string ,
C1ThemeFormat
)
Parameters
- fileName
- format
- The theme persistence format to use.
See Also