Adds a line-highlight entry.
Namespace: Sgry.Azuki.HighlighterAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public void AddLineHighlight( string openPattern, CharClass klass, bool ignoreCase ) |
Visual Basic |
---|
Public Sub AddLineHighlight ( openPattern As String, klass As CharClass, ignoreCase As Boolean ) |
Parameters
- openPattern
- Type: System..::..String
Opening pattern of the line-comment.
- klass
- Type: Sgry.Azuki..::..CharClass
Class to apply to highlighted text.
- ignoreCase
- Type: System..::..Boolean
Whether the opening pattern should be matched case-insensitively.