0
kicks
Windows Ribbon for WinForms, Part 19 – RecentItems
Windows Ribbon for WinForms, Part 19 – RecentItems
Windows Ribbon for WinForms library now supports working with recent items in the application menu.
The result of this post is a yet another sample, “16-RecentItems”, found on the project site.
What are recent items?
Recent items are items in a list which appears in the application menu. They doesn’t have to be file names and they doesn’t have to be recent, although it is recommended.
Every item has 3 properties: Label – Item name, usually fi...