TextSource.Manager Property

T3000 CrossPlatform

TextSourceManager Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.TextSource.Manager"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public CommandManager Manager { get; set; }
Public Property Manager As CommandManager
	Get
	Set

Dim instance As TextSource
Dim value As CommandManager

value = instance.Manager

instance.Manager = value

Property Value

Type: CommandManager
See Also