PocketPlanner Programmer's Guide

Calendar.GetVisibleItems Method

See Also

Retrieves a collection with all currently visible items.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ItemCollection GetVisibleItems ()

Visual Basic

Public Function GetVisibleItems () As ItemCollection

 Return Value

An instance of the ItemCollection class containing all items currently visible within the control. The collection is empty if there are no visible items.

 See Also