'Declaration Public Shared Sub UnregisterTheme( _ ByVal themeName As System.String _ )
public static void UnregisterTheme( System.string themeName )
Parameters
- themeName
- The name of the theme to unregister.
This method does nothing if a matching theme could not be found.
An exception is thrown if the specified theme is currently in use.
'Declaration Public Shared Sub UnregisterTheme( _ ByVal themeName As System.String _ )
public static void UnregisterTheme( System.string themeName )