Unicode Controls & Classes for VB6 - Version 4

clsClipboard.Text Property

Gets or sets the Text in Unicode format from/to the Windows clipboard

Syntax
Public Property Get Text () As String
Public Property Let Text (ByVal sText As String)
Parameters
Parameter Description
ByVal sText As String The text to copy
Remarks