CommandManager Constructor

T3000 CrossPlatform

CommandManager Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the CommandManager class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public CommandManager(
	TextSource ts
)
Public Sub New ( 
	ts As TextSource
)

Dim ts As TextSource

Dim instance As New CommandManager(ts)

Parameters

ts
Type: FastColoredTextBoxNSTextSource

[Missing <param name="ts"/> documentation for "M:FastColoredTextBoxNS.CommandManager.#ctor(FastColoredTextBoxNS.TextSource)"]

See Also