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

In This Topic
    AllowDrag Property (C1Combo)
    In This Topic
    Returns or sets the flag indicating if text can be taken from the editor by drag and drop.
    Syntax
    'Declaration
     
    
    Public Property AllowDrag As Boolean
    public bool AllowDrag {get; set;}
    See Also