Title Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Title of page. If you want to print Title on the page, insert code &w in Footer or Header.

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

Syntax

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

See Also