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


DropDownAnimation Enumeration
Defines the dropdown animation.
Syntax
'Declaration
 
Public Enum DropDownAnimation 
   Inherits System.Enum
 
'Usage
 
Dim instance As DropDownAnimation
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