dbicDayView Send comments on this topic.
MakeAppointmentVisible Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : MakeAppointmentVisible Method

nIndex
The index of the appointment to be visible.
Ensures that a specific appointment is visible.

Syntax

Visual Basic (Declaration) 
Public Function MakeAppointmentVisible( _
   ByVal nIndex As Integer _
) As Boolean
C# 
public bool MakeAppointmentVisible( 
   int nIndex
)

Parameters

nIndex
The index of the appointment to be visible.

Return Value

This method returns a value of type Boolean, indicating if the specified appointment is visible.

Requirements

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

See Also