Spread Windows Forms 12.0 Product Documentation
DropDownAnimation Enumeration


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : DropDownAnimation Enumeration
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

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace