dbicDate Send comments on this topic.
enumControlStyle Enumeration
See Also  
dbicDate Assembly > Dbi.WinControl.Date Namespace : enumControlStyle Enumeration

The predefined styles for the control.

Syntax

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

Members

MemberDescription
Control_BlueDraws the control with a custom Blue style.
DefaultDraws the control with the default style.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Date.enumControlStyle

Requirements

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

See Also