Search
Calendar.applyTheme Method (Theme, Boolean)
See Also
 






Applies the specified theme to the calendar, optionally resetting all current settings.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void applyTheme (
    Theme theme,
    boolean reset
)

 Parameters

theme

A Theme object containing appearance settings.

reset

Specifies whether to reset the settings.

 See Also