Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ContextMenu Class / HideNonRecentLinks Property

In This Topic
    HideNonRecentLinks Property (C1ContextMenu)
    In This Topic
    Gets or sets the value indicating whether to hide rarely used menu items.
    Syntax
    'Declaration
     
    
    Public Property HideNonRecentLinks As Boolean
    public bool HideNonRecentLinks {get; set;}
    See Also