InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ProjectOption Enumeration


In This Topic
    ProjectOption Enumeration
    In This Topic
    Defines the macro location.
    Syntax
    'Declaration
     
    
    Public Enum ProjectOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ProjectOption
    public enum ProjectOption : System.Enum 
    Members
    MemberDescription
    AllLegacyProjectUses macros from the current document's legacy VBA project.
    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