SpreadsheetGear 2012
AllowDrop Property (WorkbookDesigner)






Syntax
'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
[System.ComponentModel.DefaultValue()]
[SRCategory("Behavior")]
[SRDescription("Indicates whether the control can accept data that the user drags onto it.")]
public: __property virtual System.bool get_AllowDrop();
public: __property virtual void set_AllowDrop( 
   System.bool value
);
[System.ComponentModel.DefaultValue()]
[SRCategory("Behavior")]
[SRDescription("Indicates whether the control can accept data that the user drags onto it.")]
public:
virtual property System.bool AllowDrop {
   System.bool get();
   void set (    System.bool value);
}
Requirements

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

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members

Send Feedback