InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / Copy Method / Copy(CopySourceOption) Method
Specifies what should be copied to the clipboard


In This Topic
Copy(CopySourceOption) Method
In This Topic
Copies data to the clipboard.
Syntax
'Declaration
 
Overloads Function Copy( _
   ByVal source As CopySourceOption _
) As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim source As CopySourceOption
Dim value As ReturnCode
 
value = instance.Copy(source)

Parameters

source
Specifies what should be copied to the clipboard

Return Value

ReturnCode indicating success/failure/status
See Also