FileTextSource 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 FileTextSource : TextSource, 
	IDisposable
Visual Basic
Public Class FileTextSource _
	Inherits TextSource _
	Implements IDisposable
Visual C++
public ref class FileTextSource : public TextSource, 
	IDisposable

Inheritance Hierarchy

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

See Also