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


In This Topic
    MacroEnumerationOption Enumeration
    In This Topic
    Indicates where the macro source is located.
    Syntax
    'Declaration
     
    
    Public Enum MacroEnumerationOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MacroEnumerationOption
    public enum MacroEnumerationOption : System.Enum 
    Members
    MemberDescription
    CommonProjectMacros are located in the Common VBA project.
    DocumentMacros are located in the current session document's VBA project.
    Inheritance Hierarchy

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

    See Also