dbicCalendar Send comments on this topic.
enumArrowIndicator Enumeration
See Also  
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace : enumArrowIndicator Enumeration

The style of the arrow used to indicate there are more appointments for a given day than can be displayed.

Syntax

Visual Basic (Declaration) 
Public Enum enumArrowIndicator 
   Inherits System.Enum
C# 
public enum enumArrowIndicator : System.Enum 

Members

MemberDescription
OutlookOutlook Style arrow
VistaVista Style arrow

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Calendar.enumArrowIndicator

Requirements

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

See Also