InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel 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