Skip to main content

TdxBarManager.ShowFullMenusAfterDelay Property

Determines whether hidden items, which have not been used recently, are automatically displayed in a menu after a delay.

Declaration

property ShowFullMenusAfterDelay: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If the MenusShowRecentItemsFirst property is set to True, the most recently used item controls are placed at the top of the menu and the remaining items are hidden. If the ShowFullMenusAfterDelay property is set to True (by default), the hidden items are automatically displayed after a menu has been active for 4000 milliseconds. Otherwise, the menu expands only after its bottom-most button has been clicked or the Ctrl + Down Arrow key combination pressed.

The most recently used items are determined by the MostRecentItemsPercents property.

The value of the ShowFullMenusAfterDelay property can be changed when an application is running in the Options page of the toolbar’s Customization Form, via code or the Object Inspector.

The default value of the ShowFullMenusAfterDelay property is True.

See Also