Gets or sets the number of spaces to be inserted when the user hits the "tab" key.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also