Fastcoloredtextbox.dll
The project is open-source. You can download the source and build the DLL from the PavelTorgashov/FastColoredTextBox GitHub repository .
// Example: Configuring the textbox in code fctb = new FastColoredTextBox(); fctb.Language = Language.CSharp; fctb.Text = "public class Test {}"; fctb.SyntaxHighlightStyle = SyntaxHighlightStyle.Css; // Optional styling Controls.Add(fctb); Use code with caution. Copied to clipboard FastColoredTextBox.dll
Due to its common use in script executors, the DLL may sometimes cause false-positive warnings from antivirus software. The project is open-source
The easiest way to get the full, functional DLL is through NuGet: Install-Package FCTB . fctb.Language = Language.CSharp