| Visual Basic (Declaration) | |
|---|---|
Public Enum enumSelectedAppStyle Inherits System.Enum | |
| C# | |
|---|---|
public enum enumSelectedAppStyle : System.Enum | |
| Member | Description |
|---|---|
| Standard | Sets 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. |
| Vista | Sets 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. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.DayView.enumSelectedAppStyle
Target Platforms: Current Windows operating system with .NET 8.
Sets 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.
Sets 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.