Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / AllowDrop Property


In This Topic
    AllowDrop Property (FormulaTextBox)
    In This Topic
    Internal use only. Gets or sets whether to allow drag and drop.
    Syntax
    'Declaration
     
    
    Public Overrides Property AllowDrop As Boolean
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    instance.AllowDrop = value
     
    value = instance.AllowDrop
    public override bool AllowDrop {get; set;}
    See Also