PocketPlanner Programmer's Guide

Calendar.ApplyTheme Method (Theme)

See Also

Applies the specified theme to the calendar.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void ApplyTheme (
    Theme theme
)

Visual Basic

Public Sub ApplyTheme ( _
    theme As Theme _
)

 Parameters

theme
A Theme object containing appearance settings.

 See Also