Vcl.ActnMenus.TCustomActionMenuBar.AnimationStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimationStyle: TAnimationStyle read FAnimationStyle write FAnimationStyle;

C++

__property TAnimationStyle AnimationStyle = {read=FAnimationStyle, write=FAnimationStyle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

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

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.

See Also