dbicList Send comments on this topic.
enumEditType Enumeration
See Also  
dbicBase Assembly > Dbi.WinControl Namespace : enumEditType Enumeration

Specifies the type of edit control

Syntax

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

Members

MemberDescription
ComboBoxThe built in ComboBox
TextBoxThe built in TextBox
UserControlA developer defined UserControl

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.enumEditType

Requirements

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

See Also