| C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class : ApplyThemeToObject Method |
The target object must be either a C1 control supporting themes, or a standard control (such as Button, Label etc) for which basic theming is provided by this library.
'Declaration Public Function ApplyThemeToObject( _ ByVal obj As System.Object _ ) As System.Boolean
public System.bool ApplyThemeToObject( System.object obj )