Read-write. Strikethrough rich text attribute.
Note: This property is new with Release 4.6.
Data
type
Boolean or constant of type Integer
Note: The
data type is Long for COM.
Syntax
To
get: flag = notesRichTextStyle .StrikeThrough
To
set: notesRichTextStyle .StrikeThrough = flag
Note: The data type is Long for COM.
Legal
values
- True (-1) for strikethrough.
- False (0) for non-strikethrough.
- STYLE_NO_CHANGE (255) to maintain the previous state (default).