Search
Calendar.GetListLaneAt Method
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int GetListLaneAt (
    Point point
)

Visual Basic  Copy Code

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