ComponentOne Menus and Toolbars for WinForms
Menus and Toolbars for WinForms Task-Based Help / Menu Tasks / Hiding Rarely Used Menu Items
In This Topic
    Hiding Rarely Used Menu Items
    In This Topic

    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