CommandManager Constructor

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the CommandManager class

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

Syntax

C#
public CommandManager(
	TextSource ts
)
Visual Basic
Public Sub New ( _
	ts As TextSource _
)
Visual C++
public:
CommandManager(
	TextSource^ ts
)

See Also