SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : AllowDrop Property |
'Declaration
<System.ComponentModel.DefaultValueAttribute()> <SRCategoryAttribute("Behavior")> <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 WorkbookDesigner Dim value As System.Boolean instance.AllowDrop = value value = instance.AllowDrop
[System.ComponentModel.DefaultValue()] [SRCategory("Behavior")] [SRDescription("Indicates whether the control can accept data that the user drags onto it.")] public virtual System.bool AllowDrop {get; set;}
public read-write property AllowDrop: System.Boolean; virtual;
System.ComponentModel.DefaultValueAttribute() SRCategoryAttribute("Behavior") SRDescriptionAttribute("Indicates whether the control can accept data that the user drags onto it.") public function get,set AllowDrop : System.boolean
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2