Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IWorkspaceDefaults Interface / ExitOnLastDocumentClose Property


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