Unicode Controls & Classes for VB6 - Version 4

ctlUniToolBarXP.ItemCustomControl Property

Gets or sets the control associated with a certain item

Syntax
Public Property Get ItemCustomControl (ByRef vKey As Variant) As Object
Public Property Set ItemCustomControl (ByRef vKey As Variant, _
ByRef oCustomControl As Object)
Parameters
Parameter Description
ByRef vKey As Variant The item index or key
ByRef oCustomControl As Object The new custom control
Remarks