Custom Tagger
To create a custom tagger, you can inherit from the abstract generic TaggerBase class. You then need to implement the abstract GetTags method which is responsible for acquiring all spans of tags which meet a specific condition.
To demonstrate this we will create the following class which shows a tooltip on all occurrences of a specified search word.