PocketPlanner Programmer's Guide

Calendar.GetTaskAt Method

See Also

Gets the Task object whose schedule is displayed at the specified coordinates. This method can be only be used in views that support grouping.

 Overload List

Name Description

Calendar.GetTaskAt (Int32, Int32)

Gets the Task object whose schedule is displayed at the specified coordinates.

Calendar.GetTaskAt (Point)

Gets the Task object whose schedule is displayed at the specified position.

 See Also