FontStrikethrough

This property returns and sets the Strikethrough style for the displayed text.

Syntax

object.FontStrikethrough [= Boolean]

Parameters

object
Object expression that evaluates to a control.
Boolean
Boolean expression that specifies the font style. Following are the settings for Boolean:
True
Turns on the formatting in the Strikethrough style.
False
Turns off the formatting in the Strikethrough style. False is the default setting.

Remarks

The FontStrikethrough property is unavailable at design time.