property Item.Caption as String
Returns or sets a value that indicates the caption of the item.

TypeDescription
String A string expression that defines the item's caption.

Use the Caption property to specify the item's caption. Use the <img> HTML tag to insert icons inside the item's caption. 

The Caption property supports built-in HTML tags like follows:

You can pass set the item's caption when adding the item using the Add method. Use the Bold property to specify whether or not the item should appear n bold. Use the Image, Picture properties to assign icons or pictures to your item.