ComponentOne Themes for WinForms
SetThemeSettings Method

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

Parameters

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

Reference

C1ThemeController Class
C1ThemeController Members