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

ptPoint
Coordinates to check
Gets the location assigned to the column at a given point.

Syntax

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

Parameters

ptPoint
Coordinates to check

Requirements

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

See Also