Unicode Controls & Classes for VB6 - Version 4

ctlUniToolBarXP.ItemText Property

Gets or sets the text of an item of type text

Syntax
Public Property Get ItemText (ByRef vKey As Variant) As String
Public Property Let ItemText (ByRef vKey As Variant, _
ByRef sText As String)
Parameters
Parameter Description
ByRef vKey As Variant The item index or key
ByRef sText As String The new value
Remarks