Search
Calendar.GetContactAt Method (Point)
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Contact GetContactAt (
    Point point
)

Visual Basic  Copy Code

Public Function GetContactAt ( _
    point As Point _
) As Contact

 Parameters

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

 Return Value

An instance of the Contact class representing the contact related to the scheduled items displayed at the specified position.

 Remarks

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

 See Also