Skip to main content

TdxBarItemLink.MostRecentlyUsed Property

Determines whether an item control linked with the current item link is marked as the most frequently used.

Declaration

property MostRecentlyUsed: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Sets the initial state of an item control. When drawing a toolbar, item controls with the MostRecentlyUsed property active are drawn first and then all others follow. This property is best to set at design time via the customizing popup menu. If the MostRecentlyUsed property is set to False for a menu’s item, then it is not displayed at runtime in the menu.

See Also