Header Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Header of page Here you can use special codes: &w (Window title), &D, &d (Date), &t(), &4 (Time), &p (Current page number), &P (Total number of pages), && (A single ampersand), &b (Right justify text, Center text. If &b occurs once, then anything after the &b is right justified. If &b occurs twice, then anything between the two &b is centered, and anything after the second &b is right justified). More detailed see here

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

Syntax

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

See Also