InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcScreen Interface / Paste Method


In This Topic
    Paste Method (IAlcScreen)
    In This Topic
    Copies data from the Clipboard to the current cursor location.
    Syntax
    'Declaration
     
    
    Sub Paste() 
    'Usage
     
    
    Dim instance As IAlcScreen
     
    instance.Paste()
    void Paste()
    See Also