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

In This Topic
    DropMode Property (C1Combo)
    In This Topic
    Returns or sets a value that indicates how the combo box handles drop operations.
    Syntax
    'Declaration
     
    
    Public Property DropMode As DropModeEnum
    public DropModeEnum DropMode {get; set;}
    See Also