DesktopSearchField.MaximumRecentItems
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Integer )
aDesktopSearchField.MaximumRecentItems = newIntegerValue
or
IntegerValue = aDesktopSearchField.MaximumRecentItems
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopSearchField.MaximumRecentItems
New in 2021r3
Supported for all project types and targets.
The maximum number of items that can appear on the Recent Items menu.
Notes
The Recent Items menu is only supported for MacOS.
See Also
AllowRecentItems property.