Unicode Controls & Classes for VB6 - Version 4

clsUniLV_ListItem.Text Property

Gets or sets the text of the item

Syntax
Public Property Get Text () As String
Public Property Let Text (ByRef s As String)
Parameters
Parameter Description
ByRef s As String The new value
Remarks