Unicode Controls & Classes for VB6 - Version 4

ctlUniToolBarXP.ItemEnabled Property

Gets or sets the enabled state of an item

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