dbicDayView Send comments on this topic.
CustomAreasAt(Point) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > CustomAreasAt Method : CustomAreasAt(Point) Method

ptPoint
Coordinates to check
Gets the custom area objects at a given point in the control.

Syntax

Visual Basic (Declaration) 
Overloads Public Function CustomAreasAt( _
   ByVal ptPoint As Point _
) As ArrayList
C# 
public ArrayList CustomAreasAt( 
   Point ptPoint
)

Parameters

ptPoint
Coordinates to check

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also