property Item.Strikeout as Boolean
Specifies whether the item's caption should appear in strikeout.

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