MindFusion WinForms Programmer's Guide
Calendar.GetItemAt Method (Point)
See Also
 





Gets the scheduled Item object displayed at the specified coordinates.

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

 Syntax

C#  Copy Code

public Item GetItemAt (
    Point point
)

Visual Basic  Copy Code

Public Function GetItemAt ( _
    point As Point _
) As Item

 Parameters

point
The position at which to look for a scheduled item.

 Return Value

The scheduled Item displayed at the specified position.

 See Also

GetItemAt Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace
GetContactAt Method
GetLocationAt Method
GetTaskAt Method
GetResourceAt Method
GetDateAt Method