MindFusion WinForms Programmer's Guide
Calendar.GetTaskAt Method (Int32, Int32)
See Also
 





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

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

 Syntax

C#  Copy Code

public Task GetTaskAt (
    int x,
    int y
)

Visual Basic  Copy Code

Public Function GetTaskAt ( _
    x As Integer, _
    y As Integer _
) As Task

 Parameters

x
The x-coordinate of the position at which to look for task's scheduled items.
y
The y-coordinate of the position at which to look for task's scheduled items.

 Return Value

An instance of the Task class representing the task related to the scheduled items displayed at the specified position.

 Remarks

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

 See Also

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