UseForwardNbsp Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Use nbsp; instead space in beginning of line

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

Syntax

C#
public bool UseForwardNbsp { get; set; }
Visual Basic
Public Property UseForwardNbsp As Boolean
	Get
	Set
Visual C++
public:
property bool UseForwardNbsp {
	bool get ();
	void set (bool value);
}

See Also