Vcl.ActnMenus.TCustomActionMenuBar.ExpandDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExpandDelay: Integer read FExpandDelay write FExpandDelay;

C++

__property int ExpandDelay = {read=FExpandDelay, write=FExpandDelay, nodefault};

Properties

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

Description

Specifies, in milliseconds, the delay period that a menu action band uses before showing hidden or unused items.

Use ExpandDelay to specify, in milliseconds, the delay period that a menu action band uses before showing hidden or unused items. The default is 4000 milliseconds.