In This Topic
Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. This field is constant and read-only.
Syntax
'Declaration
Public Const CF_UNICODETEXT As Integer
'Usage
Dim value As Integer
value = Clipboard.CF_UNICODETEXT
public const int CF_UNICODETEXT
See Also