Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / AllowDrop Property

In This Topic
    AllowDrop Property (C1Editor)
    In This Topic
    Gets or sets a value indicating whether the editor can accept data that the user drags onto it.
    Syntax
    'Declaration
     
    Public Overrides Property AllowDrop As System.Boolean
    public override System.bool AllowDrop {get; set;}
    See Also