MindFusion WinForms Programmer's Guide
Calendar.GetResourcesAt Method
See Also
 





Gets the Resource objects associated with the cells at the specified coordinates.

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

 Syntax

C#  Copy Code

public Resource[] GetResourcesAt (
    Point point
)

Visual Basic  Copy Code

Public Function GetResourcesAt( _
    point As Point _
) As Resource()

 Parameters

point

The location to check.

 Return Value

An array of Resource objects related to the items displayed at the specififed location.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace