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

In This Topic
    DragModeEnum Enumeration
    In This Topic
    Defines the value that determines whether the combo box or the programmer handles a drag operation.
    Syntax
    'Declaration
     
    
    Public Enum DragModeEnum 
       Inherits System.Enum
    public enum DragModeEnum : System.Enum 
    Members
    MemberDescription
    AutomaticThe combo box handles the drag operation.
    ManualThe combo box handles the drag operation.
    Inheritance Hierarchy

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

    See Also