'DeclarationPublic Property AllowDrop As Boolean
'UsageDim instance As DropDown Dim value As Boolean instance.AllowDrop = value value = instance.AllowDrop
public bool AllowDrop {get; set;}
Property Value
true to allow a drop; otherwise, false.The default is true.