ComponentOne List for WinForms
C1.Win.C1List Namespace / DropModeEnum Enumeration

In This Topic
    DropModeEnum Enumeration
    In This Topic
    Defines value that determines how the combo box handles drop operations.
    Syntax
    'Declaration
     
    
    Public Enum DropModeEnum 
       Inherits System.Enum
    public enum DropModeEnum : System.Enum 
    Members
    MemberDescription
    AutomaticThe combo box handles the drop operation.
    ManualThe programmer can manually handle the drop operation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.DropModeEnum

    See Also