Unicode Controls & Classes for VB6 - Version 4

ctlUniToolBarXP.ItemPic Property

Gets or sets the picture of a certain item

Syntax
Public Property Get ItemPic (ByRef vKey As Variant) As StdPicture
Public Property Set ItemPic (ByRef vKey As Variant, _
ByRef oPic As StdPicture)
Parameters
Parameter Description
ByRef vKey As Variant The item index or key
ByRef oPic As StdPicture The new picture
Remarks