PocketPlanner Programmer's Guide

Calendar.GetItemAt Method (Point)

See Also

Gets the scheduled Item object displayed at the specified coordinates.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Item GetItemAt (
    Point point
)

Visual Basic

Public Function GetItemAt ( _
    point As Point _
) As Item

 Parameters

point
The position at which to look for a scheduled item.

 Return Value

The scheduled Item displayed at the specified position.

 See Also