Back to Devexpress

TdxBarManager.MenuAnimations Property

vcl-dxbar-dot-tdxbarmanager-335942e8.md

latest843 B
Original Source

TdxBarManager.MenuAnimations Property

Specifies menu animation effects.

Declaration

delphi
property MenuAnimations: TdxBarMenuAnimations read; write; default maNone;

Property Value

TypeDefault
TdxBarMenuAnimationsmaNone

Remarks

Determine the style of menu activation. The following menu animation effects are available:

ValueMeaning
maNoneNo animation.
maRandomRandom choice ( maUnfold , maSlide or maFade ).
maUnfoldUnfolding menu.
maSlideSliding dropdown or popup menu.
maFadePopup menus fade in when appearing.

See Also

TdxBarManager Class

TdxBarManager Members

dxBar Unit