property Item.Bold as Boolean
Specifies whether the item's caption should appear in bold.

TypeDescription
Boolean A Boolean expression that specifies whether the item's caption is shown in bold.
By default, the Bold property is False. Use the Bold property to show the item's caption in bold. The Caption property indicates the HTML caption to be shown on the item. The <b> HTML tag can be used on the item's Caption property to specify different parts of the caption to be shown in bold.