InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IFrame Interface / VBCommonProject Property


In This Topic
    VBCommonProject Property (IFrame)
    In This Topic
    Gets the Common VB Project (VBA use only)
    Syntax
    'Declaration
     
    
    ReadOnly Property VBCommonProject As Object
    'Usage
     
    
    Dim instance As IFrame
    Dim value As Object
     
    value = instance.VBCommonProject
    object VBCommonProject {get;}
    See Also