Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownAnimation Enumeration


In This Topic
    DropDownAnimation Enumeration
    In This Topic
    Defines the dropdown animation.
    Syntax
    'Declaration
     
    
    Public Enum DropDownAnimation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DropDownAnimation
    public enum DropDownAnimation : System.Enum 
    Members
    MemberDescription
    CenterIndicates the center animation.
    DragIndicates the drag animation.
    ExtendIndicates the extend animation.
    FadeIndicates the fade animation.
    NoneIndicates no animation.
    ScrollIndicates the scroll animation.
    SlideIndicates the slide animation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.DropDownAnimation

    See Also