Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / ApplicationCloseOption Enumeration


ApplicationCloseOption Enumeration
ApplicationCloseOption indicates how to handle the Save action when closing the Reflection application.
Syntax
'Declaration
 
Public Enum ApplicationCloseOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As ApplicationCloseOption
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