Unicode Controls & Classes for VB6 - Version 4

ctlUniToolBarXP.ItemPressed Property

Gets or sets the Pressed state of a certain item of type button

Syntax
Public Property Get ItemPressed (ByRef vKey As Variant) As Boolean
Public Property Let ItemPressed (ByRef vKey As Variant, _
ByRef bPressed As Boolean)
Parameters
Parameter Description
ByRef vKey As Variant The item index or key
ByRef bPressed As Boolean The new pressed state
Remarks