Unicode Controls & Classes for VB6 - Version 4

ctlUniToolBarXP.ItemTip Property

Gets or sets the Tip of a certain item

Syntax
Public Property Get ItemTip (ByRef vKey As Variant) As String
Public Property Let ItemTip (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 tooltip
Remarks