'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.