SelItalic Property
Object List Next Object
Defined By: RichTextBox
Description:
Determines whether or not the currently selected text in a RichTextBox control
is italic.
Settings:
Settings Description
True The selected text or the first character following the insertion point is
italic.
False (Default) The selected text or the first character following the insertion
point is not italic.
Details:
SelItalic behaves just like the Font object's Italic 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