SelStrikeThru Property
Object List Next Object
Defined By: RichTextBox
Description:
Determines whether or not the currently selected text in a RichTextBox control
is the strike through font style.
Settings:
Settings Description
True The selected text or the first character following the insertion point is the
strike through font style.
False (Default) The selected text or the first character following the insertion
point is not strike through text.
Details:
SelStrikThru behaves just like the Font object's StrikThru property, which can
be applied to the selected text or at text typed in at the insertion point in
the RichTextBox. Since the RichTextbox control has a Font property, you can
apply font styles through the Font object as well.
Data Type: Boolean