'Declaration
<SRCategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute()> <SRDescriptionAttribute("Indicates whether the control can accept data that the user drags onto it.")> Public Overridable Property AllowDrop As System.Boolean
'Usage
Dim instance As EditSourceDialog Dim value As System.Boolean instance.AllowDrop = value value = instance.AllowDrop
[SRCategory("Behavior")] [System.ComponentModel.DefaultValue()] [SRDescription("Indicates whether the control can accept data that the user drags onto it.")] public virtual System.bool AllowDrop {get; set;}