Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / KeepClosedPages Property

In This Topic
    KeepClosedPages Property
    In This Topic
    Gets or sets a value indicating whether a tab page closed by the end user should be kept in an internal array (used when a previously saved tabs layout is restored). The default is true.
    Syntax
    'Declaration
     
    
    Public Property KeepClosedPages As Boolean
    public bool KeepClosedPages {get; set;}
    See Also