TdxBarManager.MenuAnimations Property
Specifies menu animation effects.
Declaration
property MenuAnimations: TdxBarMenuAnimations read; write; default maNone;
Property Value
Type | Default |
---|---|
TdxBarMenuAnimations | maNone |
Remarks
Determine the style of menu activation. The following menu animation effects are available:
Value | Meaning |
---|---|
maNone | No animation. |
maRandom | Random choice (maUnfold, maSlide or maFade). |
maUnfold | Unfolding menu. |
maSlide | Sliding dropdown or popup menu. |
maFade | Popup menus fade in when appearing. |
See Also