ComponentOne Themes for WinForms
IsObjectThemeable Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1ThemeController Class : IsObjectThemeable Method
The object to check.
Checks whether an object supports ComponentOne themes.
Syntax
'Declaration
 
Public Shared Function IsObjectThemeable( _
   ByVal obj As System.Object _
) As System.Boolean
public static System.bool IsObjectThemeable( 
   System.object obj
)

Parameters

obj
The object to check.

Return Value

True if the object supports themes, false otherwise.
See Also

Reference

C1ThemeController Class
C1ThemeController Members