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

nxCoor

The x-coordinate to use.

nyCoor

the y-coordinate to use.

Returns the area of the control at the mouse point provided.

Syntax

Visual Basic (Declaration) 
Overloads Public Function DayViewItemAt( _
   ByVal nxCoor As Integer, _
   ByVal nyCoor As Integer _
) As enumDayViewItem
C# 
public enumDayViewItem DayViewItemAt( 
   int nxCoor,
   int nyCoor
)

Parameters

nxCoor

The x-coordinate to use.

nyCoor

the y-coordinate to use.

Requirements

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

See Also