'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("ControlAllowDropDescr")> Public Overridable Property AllowDrop As System.Boolean
'Usage
Dim instance As WorkbookDesigner Dim value As System.Boolean instance.AllowDrop = value value = instance.AllowDrop
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [SRDescription("ControlAllowDropDescr")] public virtual System.bool AllowDrop {get; set;}