dbicCalendar Send comments on this topic.
enumControlStyle Enumeration
See Also  
dbicCalendar Assembly > Dbi.WinControl.Calendar 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.
Outlook2003Sets various properties on the control to achieve an Outlook 2003 style.
Vista_BlueSets various properties on the control to achieve a Vista Blue style.
ZuneSets various properties on the control to achieve a Zune inspired style.

Inheritance Hierarchy

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

Requirements

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

See Also