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

Determines how the currently selected appointment will look, set in the SelectedAppStyle Property.

Syntax

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

Members

MemberDescription
StandardSets the style of the selected appointment to the Outlook2003 style with size bars at the top and bottom with a flat, square look. Also, in order to move the appointment in this mode, you will need to click the task bar (left side) in order to move the appointment internally.
VistaSets the style of the selected appointment to the Vista style with the anchor style grab identifier at the top and bottom with a flat, rounded look. Also, you can click and drag anywhere in the appointment window to move the appointment internally.

Inheritance Hierarchy

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

Requirements

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

See Also