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

How the <Enter> key is used when typing text into an appointment, set in the EnterKey Property.

Syntax

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

Members

MemberDescription
HardEditing will stop.
SoftPlace the cursor on the next line of appointment text

Inheritance Hierarchy

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

Requirements

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

See Also