Vcl.ActnMenus.TAnimationStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAnimationStyle = (asNone, asDefault, asUnFold, asSlide, asFade);

C++

enum DECLSPEC_DENUM TAnimationStyle : unsigned char { asNone, asDefault, asUnFold, asSlide, asFade };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus Vcl.ActnMenus

Description

TAnimationStyle is the type of the AnimationStyle property of an action menu.

The possible values of TAnimationStyle 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