Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandLink Class / AlwaysRecent Property

In This Topic
    AlwaysRecent Property
    In This Topic
    Gets or sets the value indicating whether the item is always recent (is never hidden when hiding non-recent links is on)
    Syntax
    'Declaration
     
    
    Public Property AlwaysRecent As Boolean
    public bool AlwaysRecent {get; set;}
    See Also