Click or drag to resize

IRichTextEditor Interface

Controls that purpose to edit RTF, with an rtf control and associated toolbars

Namespace:  EBP.Api.Interfaces.Controls.Editors
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IRichTextEditor : IEditor<string>, 
	IEditorBase, IControl, IDisposable, IEquatable<IProxy>

The IRichTextEditor type exposes the following members.

Properties
Methods
  NameDescription
Public methodAppendRtf
Appends a rtf text at the end of the control text
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInsertRtf
Inserts a rtf text at the caret
Public methodSelectAll
Selects all text
Top
See Also