InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsScreen Interface / Paste Method


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