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

ptPoint
Coordinates to check
Returns the area of the control at the mouse point provided.

Syntax

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

Parameters

ptPoint
Coordinates to check

Requirements

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

See Also