ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / DragMode Property

In This Topic
    DragMode Property (C1Combo)
    In This Topic
    Returns or sets the value that indicates whether the combo box or the programmer handles a drag operation.
    Syntax
    'Declaration
     
    
    Public Property DragMode As DragModeEnum
    public DragModeEnum DragMode {get; set;}
    See Also