TdxBarItemLink.SendToBottomInRecentList Method
Moves an item control which corresponds to the current item link to the bottom of the MRU list.
Declaration
procedure SendToBottomInRecentList;
Remarks
Call this method to move an item control which corresponds to the current item link in the list of most frequently used menu items to the bottom of the list. After calling the SendToBottomInRecentList method, an item is set as least frequently used.
Note
This method is used if both the bar manager’s MenusShowRecentItemsFirst property and the toolbar’s UseRecentItems property are set to True.
See Also