Sets or retrieves if the current selection is Stroked.
Sets or retrieves if the current selection is Stroked.
Visual Basic |
---|
Public Property SelStrikeThrough As Boolean |
Returns if the current selection is Stroked.
On read the property executes ExecCommand(EDIT_CMD_SEL_GET_FONT_STRIKETHROUGH).
On write the property executes ExecCommand(EDIT_CMD_SEL_SET_FONT_STRIKETHROUGH).