Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NSchedule Class / HitTest Method / HitTest(NPoint) Method


In This Topic
    HitTest(NPoint) Method
    In This Topic
    Gets the appointment widget at the given location in the schedule.
    Syntax
    'Declaration
     
    
    Public Overloads Function HitTest( _
       ByVal point As NPoint _
    ) As NAppointmentWidget
    'Usage
     
    
    Dim instance As NSchedule
    Dim point As NPoint
    Dim value As NAppointmentWidget
     
    value = instance.HitTest(point)
    public NAppointmentWidget HitTest( 
       NPoint point
    )

    Parameters

    point
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also