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


In This Topic
    DropState Property
    In This Topic
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property DropState As DropDownControl.eDropState
    'Usage
     
    
    Dim instance As DropDownControl
    Dim value As DropDownControl.eDropState
     
    value = instance.DropState
    protected DropDownControl.eDropState DropState {get;}
    See Also