Skip to content

peAnimation - cCJCommandBarSystem

Determines the type of animation applied popup menus

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer peAnimation
Access Type Syntax
Read Access: Get peAnimation to IntegerVariable
Write Access: Set peAnimation to IntegerVariable/Value

Description

peAnimation determines what kinds of animations are applied to your popup menu system.

Possible animation values are:

Constant Meaning
xtpAnimateWindowsDefault popup menus will use the windows default animation when they are opened/closed.
xtpAnimateRandom popup menus will use a Random animation when they are opened/closed.
xtpAnimateUnfold popup menus will use the Unfold animation when they are opened/closed.
xtpAnimateSlide popup menus will use the Slide animation when they are opened/closed.
xtpAnimateFade popup menus will use the Slide animation when they are opened/closed.
xtpAnimateNone popup menus will not use any animation when they are opened/closed

Default value is xtpAnimateWindowsDefault