RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionMainMenuBar.AnimationStyle Property

Specifies the type of animation the menu bar will display as it opens.

Pascal
property AnimationStyle: TAnimationStyle;
C++
__property TAnimationStyle AnimationStyle;

Use AnimationStyle to change the style of animation used by the items in the menu bar as they open. The options are:.

Value 
Animation Description 
asNone  
No animation is used; the menu appears fully formed.  
asDefault  
The operating system default animation style is used.  
asUnfold  
The menu unfolds diagonally down from the upper left corner.  
asSlide  
The menu slides from the top down.  
asFade  
The menu fades in from invisible to visible.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!