Applies the specified theme to the calendar, optionally resetting all current settings. Namespace: MindFusion.Scheduling.Compact
|
C# |
---|
public void ApplyTheme ( |
Visual Basic |
---|
Public Sub ApplyTheme ( _ |
The following example attaches the Windows2003 theme to a calendar. The example assumes that calendar already references an existing Calendar object.
C# |
---|
calendar.ApplyTheme(MindFusion.Scheduling.Compact.Theme.Windows2003, false); |
Visual Basic |
---|
calendar.ApplyTheme(MindFusion.Scheduling.Compact.Theme.Windows2003, False) |