Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DropDownControl.eDropState Enumeration


In This Topic
    DropDownControl.eDropState Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum DropDownControl.eDropState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DropDownControl.eDropState
    public enum DropDownControl.eDropState : System.Enum 
    Members
    MemberDescription
    Closed 
    Closing 
    Dropped 
    Dropping 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.DropDownControl.eDropState

    See Also