InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputControlHost Class / AllowDrop Property

In This Topic
    AllowDrop Property (InputControlHost)
    In This Topic
    Gets or sets a value indicating whether the hosted control can accept data that the user drags onto it.
    Syntax
    'Declaration
     
    Public Overridable Property AllowDrop As Boolean
    public virtual bool AllowDrop {get; set;}
    See Also