InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / ApplicationCloseOption Enumeration


In This Topic
    ApplicationCloseOption Enumeration
    In This Topic
    ApplicationCloseOption indicates how to handle the Save action when closing the InfoConnect application.
    Syntax
    'Declaration
     
    
    Public Enum ApplicationCloseOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ApplicationCloseOption
    public enum ApplicationCloseOption : System.Enum 
    Members
    MemberDescription
    CloseAlwaysSaveSaves each control's configuration when closing the application.
    CloseAskSavePrompts users to choose whether to save each control's configuration when closing the application.
    CloseNoSaveDoes not save each control's configuration when closing the application.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Framework.ApplicationCloseOption

    See Also