Articles in this section
Category / Section

How to incorporate a WinForms SyntaxEditor (EditControl) into my form?

1 min read

EditControl

If the Essential SyntaxEditor (EditControl) components have been added to the tool box, you can simply drag the SCEdit component onto your form via the designer. If you do not have the Essential EditControl components loaded in the tool box, right-click the tool box and click on "Choose Items". Then navigate to the ".NET Framework Components" tab and browse for Syncfusion.Edit.dll.

To add an edit control through code, you can do the following below steps.

//Namespace of an EditControl
using Syncfusion.Windows.Forms.Edit;
//Initialization
EditControl myEditControl = new EditControl();

This will create an edit control with the default characteristics.

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied