Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceDefaults Class / ExitOnLastDocumentClose Property


In This Topic
    ExitOnLastDocumentClose Property (WorkspaceDefaults)
    In This Topic
    Gets or sets whether the workspace frame closes when the last document is closed.
    Syntax
    'Declaration
     
    
    Public Property ExitOnLastDocumentClose As Boolean
    'Usage
     
    
    Dim instance As WorkspaceDefaults
    Dim value As Boolean
     
    instance.ExitOnLastDocumentClose = value
     
    value = instance.ExitOnLastDocumentClose
    public bool ExitOnLastDocumentClose {get; set;}
    See Also