Vcl.ActnMenus.TCustomActionMenuBar.Animate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Animate(Show: Boolean = True);

C++

void __fastcall Animate(bool Show = true);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Animates the action pop-up menu window.

Animate is used to animate the menu window when it is shown.

The Show parameter indicates if the menu should be animated. It is True by default.


See Also