InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / Paste Method


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