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