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


In This Topic
    Dispose Method (IFrame)
    In This Topic
    Disposes resources for instance that implements this interface
    Syntax
    'Declaration
     
    
    Sub Dispose() 
    'Usage
     
    
    Dim instance As IFrame
     
    instance.Dispose()
    void Dispose()
    See Also