property Item.Italic as Boolean
Specifies whether the item's caption should appear in italic.

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