Manager Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
public CommandManager Manager { get; protected set; }
Visual Basic
Public Property Manager As CommandManager
	Get
	Protected Set
Visual C++
public:
property CommandManager^ Manager {
	CommandManager^ get ();
	protected: void set (CommandManager^ value);
}

See Also