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