Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / RecentLinksThreshold Property

In This Topic
    RecentLinksThreshold Property
    In This Topic
    Gets or sets the threshold (in percent) for an item to be considered rarely used. The higher the value, the more items are hidden.
    Syntax
    'Declaration
     
    
    Public Property RecentLinksThreshold As Integer
    public int RecentLinksThreshold {get; set;}
    See Also