SpreadsheetGear 2017
AllowDrop Property (FormulaBar)






SpreadsheetGear.Windows.Controls Namespace > FormulaBar Class : AllowDrop Property
Syntax
'Declaration
 
Public Property AllowDrop As System.Boolean
'Usage
 
Dim instance As FormulaBar
Dim value As System.Boolean
 
instance.AllowDrop = value
 
value = instance.AllowDrop
public System.bool AllowDrop {get; set;}
public read-write property AllowDrop: System.Boolean; 
public function get,set AllowDrop : System.boolean
public: __property System.bool get_AllowDrop();
public: __property void set_AllowDrop( 
   System.bool value
);
public:
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

FormulaBar Class
FormulaBar Members