AvalonEdit
CreateColorizer Method (highlightingDefinition)
NamespacesICSharpCode.AvalonEditTextEditorCreateColorizer(IHighlightingDefinition)
Creates the highlighting colorizer for the specified highlighting definition. Allows derived classes to provide custom colorizer implementations for special highlighting definitions.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual IVisualLineTransformer CreateColorizer(
	IHighlightingDefinition highlightingDefinition
)
Protected Overridable Function CreateColorizer ( _
	highlightingDefinition As IHighlightingDefinition _
) As IVisualLineTransformer
protected:
virtual IVisualLineTransformer^ CreateColorizer(
	IHighlightingDefinition^ highlightingDefinition
)
Parameters
highlightingDefinition (IHighlightingDefinition)
Return Value

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238