dbicDropDate Send comments on this topic.
enumTodayFormat Enumeration
See Also  
dbicBase Assembly > Dbi Namespace : enumTodayFormat Enumeration

The format for the "today" label visible in date picker controls.

Syntax

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

Members

MemberDescription
DateHighlight the date.
NoneDo not display a label.
TextHighlight the date and display the text in the control.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.enumTodayFormat

Requirements

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

See Also

Reference

Dbi Namespace