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

predefined styles for the control

Syntax

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

Members

MemberDescription
DefaultThis value will not affect the control, it indicates the property state after settings have been applied.
OutlookSets various properties to achieve an Outlook  style.
Vista_BlueSets various properties to achieve a modern blue style.

Inheritance Hierarchy

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

Requirements

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

See Also