TextSource Class

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
This class contains the source text (chars and styles). It stores a text lines, the manager of commands, undo/redo stack, styles.

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public class TextSource : IList<Line>, 
	ICollection<Line>, IEnumerable<Line>, IEnumerable, 
	IDisposable
Visual Basic
Public Class TextSource _
	Implements IList(Of Line), ICollection(Of Line),  _
	IEnumerable(Of Line), IEnumerable, IDisposable
Visual C++
public ref class TextSource : IList<Line^>, 
	ICollection<Line^>, IEnumerable<Line^>, IEnumerable, 
	IDisposable

Inheritance Hierarchy

System..::..Object
  FastColoredTextBoxNS..::..TextSource
    FastColoredTextBoxNS..::..FileTextSource

See Also