Assigning Attributes

TECH TIP: Assigning Font Attributes of RichText component

You can assign font attributes to a RichText component by using the SelStart, SelLength properties or the
the SelectAll method to select the text. Then assign the font to the RichText.SelAttributes property.

Example: