PocketPlanner Programmer's Guide

Theme Class

Remarks See Also

Encapsulates visualization settings that can be applied to a Calendar control by calling the ApplyTheme method. A theme includes settings for all calendar views - List, Month, Timetable, and so on.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public abstract class Theme : Component

Visual Basic

Public MustInherit Class Theme
    Inherits Component

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            MindFusion.Scheduling.Compact.Theme

 See Also