InfoConnect for Airlines
Copy(CopySourceOption) Method


Specifies what should be copied to the clipboard
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