ComponentOne Themes for WinForms
GetThemeSettings Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1ThemeController Class : GetThemeSettings Method
The object to get the theme settings for.
Gets the theme settings of a theme set on an object by this theme controller.
Syntax
'Declaration
 
Public Function GetThemeSettings( _
   ByVal control As System.Object _
) As C1ThemeSettings
public C1ThemeSettings GetThemeSettings( 
   System.object control
)

Parameters

control
The object to get the theme settings for.
See Also

Reference

C1ThemeController Class
C1ThemeController Members