ReadOnlyStyle Class

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
This style is used to mark range of text as ReadOnly block

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

Syntax

C#
public class ReadOnlyStyle : Style
Visual Basic
Public Class ReadOnlyStyle _
	Inherits Style
Visual C++
public ref class ReadOnlyStyle : public Style

Remarks

You can inherite this style to add visual effects of readonly text

Inheritance Hierarchy

System..::..Object
  FastColoredTextBoxNS..::..Style
    FastColoredTextBoxNS..::..ReadOnlyStyle

See Also