CleanCode C# Libraries v0.9.21 API

SqlServerSyntaxHilightTextBox Class

Enhances a RichTextBox with SqlServer-specific syntax highlighting.

For a list of all members of this type, see SqlServerSyntaxHilightTextBox Members.

System.Object
   MarshalByRefObject
      Component
         Control
            TextBoxBase
               RichTextBox
                  SyntaxHilightTextBox
                     SqlServerSyntaxHilightTextBox

public class SqlServerSyntaxHilightTextBox : SyntaxHilightTextBox

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class implements the abstract SyntaxHilightTextBox with a word-list for SqlServer obtained from Microsoft's Reserved Keywords

Since CleanCode 0.9.13.

Requirements

Namespace: CleanCodeControls.Forms

Assembly: CleanCodeControls (in CleanCodeControls.dll)

See Also

SqlServerSyntaxHilightTextBox Members | CleanCodeControls.Forms Namespace