dbicDropDate Send comments on this topic.
enumDisplayStyle Enumeration
See Also  
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace : enumDisplayStyle Enumeration

The display styles of the control.

Syntax

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

Members

MemberDescription
FlatNo border is applied unless the control has focus or the mouse is moving over it.
RegularThe BorderType property will be applied

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.DropDate.enumDisplayStyle

Requirements

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

See Also