Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DropDownControl Class / CanDrop Property


In This Topic
    CanDrop Property
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property CanDrop As Boolean
    'Usage
     
    
    Dim instance As DropDownControl
    Dim value As Boolean
     
    value = instance.CanDrop
    protected virtual bool CanDrop {get;}
    See Also