PocketPlanner Programmer's Guide

Calendar.ImageList Property

See Also

Gets or sets the image list associated with the calendar.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ImageList ImageList { get; set; }

Visual Basic

Public Property ImageList As ImageList

 Property Value

An instance of the .NET ImageList class. The default is null (Nothing in Visual Basic).

 Remarks

The value of each Style.ImageIndex is an index within this list.

 See Also