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

In This Topic
    RecentLinksRunCount Property
    In This Topic
    Gets or sets the value indicating how many times the app must be run before rarely used menu items start hiding.
    Syntax
    'Declaration
     
    
    Public Property RecentLinksRunCount As Integer
    public int RecentLinksRunCount {get; set;}
    See Also