TextGetStrikethrough

Syntax

IsStrikethrough = TextGetStrikethrough(Text)

Description

Checks if the strikethrough decoration is currently enabled for the specified text object.

Parameters

Text
The handle of the text object to check.

Return Value

Returns #True if strikethrough is enabled, or #False if it is disabled or the text handle is invalid.

See Also

CreateText, TextSetStrikethrough, TextGetUnderline

Supported OS

Windows, Linux