Vcl.Menus.TPopupMenu.MenuAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MenuAnimation: TMenuAnimation read FMenuAnimation write FMenuAnimation default [];

C++

__property TMenuAnimation MenuAnimation = {read=FMenuAnimation, write=FMenuAnimation, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TPopupMenu

Description

Specifies how the menu appears when it is first displayed.

Use MenuAnimation to specify how the popup menu appears on the screen. The menu can simply appear as a whole, or can slide into view like a window shade being drawn from any edge.

Note: MenuAnimation only has an effect when running on Windows 98, NT 5.0, or later.

See Also