PocketPlanner Programmer's Guide

Calendar.GetListLaneAt Method

See Also

Retrieves the index of the List view lane at the specified point, expressed in client coordinates.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int GetListLaneAt (
    Point point
)

Visual Basic

Public Function GetListLaneAt ( _
    point As Point _
) As Integer

 Parameters

point
The point to test, expressed in client coordinates.

 Return Value

The zero-based index of the lane at the specified position or -1, if the the point does not lie over a lane.

 See Also