ComponentOne Themes for WinForms
SetTheme Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1ThemeController Class : SetTheme Method
The object on which to set the theme name.
The name of the theme.
Sets a theme name on an object.
Syntax
'Declaration
 
Public Sub SetTheme( _
   ByVal control As System.Object, _
   ByVal value As System.String _
) 
public void SetTheme( 
   System.object control,
   System.string value
)

Parameters

control
The object on which to set the theme name.
value
The name of the theme.
See Also

Reference

C1ThemeController Class
C1ThemeController Members