ComponentOne Themes for WinForms
UnregisterTheme Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1ThemeController Class : UnregisterTheme Method
The name of the theme to unregister.
Unregisters the theme with a specified name.

This method does nothing if a matching theme could not be found.

An exception is thrown if the specified theme is currently in use.

Syntax
'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.
See Also

Reference

C1ThemeController Class
C1ThemeController Members