InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IFrame Interface / Activate Method


In This Topic
    Activate Method
    In This Topic
    Activates the application and gives it focus.
    Syntax
    'Declaration
     
    
    Sub Activate() 
    'Usage
     
    
    Dim instance As IFrame
     
    instance.Activate()
    void Activate()
    See Also