ComponentOne Menus and Toolbars for WinForms
Hiding Rarely Used Menu Items
Menus and Toolbars for WinForms Task-Based Help > Menu Tasks > Hiding Rarely Used Menu Items

To hide menu items that have not been used for a long time, use the RecentLinksThreshold property of the C1CommandHolder object to enable this feature.

To turn on the feature, set this property to a value between 0 and 100. A good starting point is 50.

See Also