Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / Paste Method


In This Topic
Paste Method (IScreen)
In This Topic
Copies data from the clipboard to the current cursor location.
Syntax
'Declaration
 
Function Paste() As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim value As ReturnCode
 
value = instance.Paste()
See Also