Label Property
Description
Returns whether the item is a label item or a standard item.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property Label() As Boolean
Remarks
The AddLabel method is used to add a label item. The AddItem method is used to add a standard item.

Note: Label items cannot display icons, so the ImageIndex property will not be used for a Label item.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.