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

The format of the tool tips.

Syntax

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

Members

MemberDescription
dd_mm_yyTips will be displayed at dd/mm/yy
mm_dd_yyTips will be displayed at mm/dd/yy
VerboseTips will be displayed as a string value month dd/yy

Inheritance Hierarchy

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

Requirements

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

See Also