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

The style of the control set in the ControlStyle Property.

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.
Outlook2003The properties are set to mimic the appearance of Outlook.
Vista_BlueThe properties are set to values that are used in the Vista - Blue style.

Inheritance Hierarchy

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

Requirements

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

See Also