CurrentTB Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Current focused FastColoredTextBox

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

Syntax

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

See Also