CommentPrefix Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Comment line prefix.

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

Syntax

C#
public string CommentPrefix { get; set; }
Visual Basic
Public Property CommentPrefix As String
	Get
	Set
Visual C++
public:
property String^ CommentPrefix {
	String^ get ();
	void set (String^ value);
}

See Also