DesktopSearchField.AllowRecentItems
From Xojo Documentation
Property (As Boolean )
aDesktopSearchField.AllowRecentItems = newBooleanValue
or
BooleanValue = aDesktopSearchField.AllowRecentItems
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopSearchField.AllowRecentItems
New in 2021r3
Supported for all project types and targets.
If True, the SearchField will include a popup menu that displays items that were recently entered.
Notes
This is supported only for macOS.
See Also
ClearMenuItemCaption, MaximumRecentItems, and RecentItemsCaption properties.