'Declaration Public Function ApplyThemeToObject( _ ByVal obj As System.Object _ ) As System.Boolean
public System.bool ApplyThemeToObject( System.object obj )
Parameters
- obj
- The object to apply the theme to.
Return Value
True of the theme was successfully applied, false otherwise (i.e. if the object does not support theming).