Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NScheduleSelection Class / ClickSelect Method
Appointment to select.


In This Topic
    ClickSelect Method (NScheduleSelection)
    In This Topic
    Performs a click node selection.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ClickSelect( _
       ByVal appointment As NAppointmentBase _
    ) 
    'Usage
     
    
    Dim instance As NScheduleSelection
    Dim appointment As NAppointmentBase
     
    instance.ClickSelect(appointment)
    public override void ClickSelect( 
       NAppointmentBase appointment
    )

    Parameters

    appointment
    Appointment to select.
    Remarks
    This method takes into account the current Control key state and performs the following actions:

    1. If the CTRL key is pressed it will toggle the node selection state.

    2. If no key modifier is pressed and the node is not already selected it will single select it.

    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