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 ) |
Visual Basic |
---|
Public Sub AddLineHighlight ( openPattern As String, klass As CharClass ) |
Parameters
- openPattern
- Type: System..::..String
Opening pattern of the line-comment.
- klass
- Type: Sgry.Azuki..::..CharClass
Class to apply to highlighted text.