InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / MacroDestinationOption Enumeration


In This Topic
    MacroDestinationOption Enumeration
    In This Topic
    Indicates the location to which a macro is saved.
    Syntax
    'Declaration
     
    
    Public Enum MacroDestinationOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MacroDestinationOption
    public enum MacroDestinationOption : System.Enum 
    Members
    MemberDescription
    ClipboardSaves macro script text to the Windows Clipboard.
    CommonProjectSaves the macro to the Common VBA project.
    DocumentSaves the macro to the current document's VBA project.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.MacroDestinationOption

    See Also