InfoConnect for Airlines
ProjectOption Enumeration


Defines the macro location.
Syntax
'Declaration
 
Public Enum ProjectOption 
   Inherits System.Enum
'Usage
 
Dim instance As ProjectOption
public enum ProjectOption : System.Enum 
Members
MemberDescription
CommonProjectUses macros from the Common VBA project.
CurrentLegacyProjectUses macros from the current document's legacy VBA project.
CurrentProjectUses macros from the current document's VBA project.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.ProjectOption

See Also