Click or drag to resize

IRichTextString Methods

The IRichTextString type exposes the following members.

Methods
Name Description
Public method Append
Appends rich text string with specified text and font.
Public method BeginUpdate
This method should be called before several updates to the object will take place.
(Inherited from IOptimizedUpdate .)
Public method Clear
Clears text and formatting.
Public method ClearFormatting
Clears string formatting.
Public method EndUpdate
This method should be called after several updates to the object took place.
(Inherited from IOptimizedUpdate .)
Public method GetFont
Returns font which is applied to character at the specified position.
Public method SetFont
Sets font for range of characters.
Top
See Also