Strikethrough

This property returns and sets the font style of the Font object to either Strikethrough or non-strikethrough.

Syntax

object.Strikethrough [= Boolean]

Parameters

object
Object expression that evaluates to a Font object.
Boolean
Boolean expression that specifies the font style. Following are the settings for Boolean:
True
Turns on strikethrough formatting.
False (default)
Turns off strikethrough formatting.

Remarks

The Font object is not directly available at design time. Instead, set the Strikethrough property by choosing a control's Font property in the Properties window and choosing the Properties button. In the Font dialog box, select the Strikeout check box. At run time, however, set Strikethrough directly by specifying its setting for the Font object.