TdxBarManager.MenuAnimations Property
In This Article
Specifies menu animation effects.
#Declaration
Delphi
property MenuAnimations: TdxBarMenuAnimations read; write; default maNone;
#Property Value
Type | Default |
---|---|
Tdx |
ma |
#Remarks
Determine the style of menu activation. The following menu animation effects are available:
Value | Meaning |
---|---|
ma |
No animation. |
ma |
Random choice (ma |
ma |
Unfolding menu. |
ma |
Sliding dropdown or popup menu. |
ma |
Popup menus fade in when appearing. |
See Also