PocketPlanner Programmer's Guide

Calendar.GetLocationAt Method (Point)

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Location GetLocationAt (
    Point point
)

Visual Basic

Public Function GetLocationAt ( _
    point As Point _
) As Location

 Parameters

point
The position at which to look for location's scheduled items.

 Return Value

An instance of the Location class representing the location related to the scheduled items displayed at the specified position.

 Remarks

This method can be only be used in views that support grouping.

 See Also