Admin Production rocket
Current Publication

ProjectOption

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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
Member Description
AllLegacyProject Uses macros from the current document's legacy VBA project.
CommonProject Uses macros from the Common VBA project.
CurrentLegacyProject Uses macros from the current document's legacy VBA project.
CurrentProject Uses macros from the current document's VBA project.
Inheritance Hierarchy

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

See Also