Version

RichDocumentViewTextUpdateMode Enumeration

Specifies how new text should be applied to a Infragistics.Documents.RichText.RichTextDocument.
Syntax
'Declaration
 
Public Enum RichDocumentViewTextUpdateMode 
   Inherits System.Enum
public enum RichDocumentViewTextUpdateMode : System.Enum 
Members
MemberDescription
InsertSpecifies that new text should be inserted at the current cursor position.
OverwriteSpecifies that new text should overwrite the text at the current cursor position.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Infragistics.Controls.Editors Namespace
Infragistics.Documents.RichText.RichTextDocument
TextUpdateMode Property